From ddbec122dc005b8a55d2d3d698bb3fbacd45ad33 Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 27 Dec 2004 12:29:33 +0000
Subject: [PATCH] - Forgot to close a tag in the help text.

---
 modules/ping.module      | 2 +-
 modules/ping/ping.module | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/ping.module b/modules/ping.module
index eaa74d230e70..5e500fc2642b 100644
--- a/modules/ping.module
+++ b/modules/ping.module
@@ -14,7 +14,7 @@ function ping_help($section) {
     case 'admin/help#ping':
       $output .= t("
       <p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed.  In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p>
-      <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">'));
+      <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">http://pingomatic.com/</a>'));
       break;
 
     case 'admin/modules#description':
diff --git a/modules/ping/ping.module b/modules/ping/ping.module
index eaa74d230e70..5e500fc2642b 100644
--- a/modules/ping/ping.module
+++ b/modules/ping/ping.module
@@ -14,7 +14,7 @@ function ping_help($section) {
     case 'admin/help#ping':
       $output .= t("
       <p>Drupal can automatically send notifications (called \"pings\") to the %pingomatic to tell them that your site has changed.  In turn pingomatic.com will ping other services like weblogs.com, Technorati, blo.gs, BlogRolling, Feedster.com, Moreover, etc.</p>
-      <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">'));
+      <p>The ping feature requires crontab.</p>", array('%pingomatic' => '<a href="http://pingomatic.com/">http://pingomatic.com/</a>'));
       break;
 
     case 'admin/modules#description':
-- 
GitLab