summaryrefslogtreecommitdiff
path: root/modules/ping
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2004-12-27 12:29:33 +0000
committerDries Buytaert <dries@buytaert.net>2004-12-27 12:29:33 +0000
commitddbec122dc005b8a55d2d3d698bb3fbacd45ad33 (patch)
treed232bc7599dd47d0e71622085df034abd0fc3934 /modules/ping
parentf763bb731ea9fe4f6f4d0ebfb9e86cd2a183dbd6 (diff)
downloadbrdo-ddbec122dc005b8a55d2d3d698bb3fbacd45ad33.tar.gz
brdo-ddbec122dc005b8a55d2d3d698bb3fbacd45ad33.tar.bz2
- Forgot to close a tag in the help text.
Diffstat (limited to 'modules/ping')
-rw-r--r--modules/ping/ping.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ping/ping.module b/modules/ping/ping.module
index eaa74d230..5e500fc26 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':