From ddbec122dc005b8a55d2d3d698bb3fbacd45ad33 Mon Sep 17 00:00:00 2001 From: Dries Buytaert 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 eaa74d230e7..5e500fc2642 100644 --- a/modules/ping.module +++ b/modules/ping.module @@ -14,7 +14,7 @@ function ping_help($section) { case 'admin/help#ping': $output .= t("

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.

-

The ping feature requires crontab.

", array('%pingomatic' => '')); +

The ping feature requires crontab.

", array('%pingomatic' => '
http://pingomatic.com/')); break; case 'admin/modules#description': diff --git a/modules/ping/ping.module b/modules/ping/ping.module index eaa74d230e7..5e500fc2642 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("

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.

-

The ping feature requires crontab.

", array('%pingomatic' => '')); +

The ping feature requires crontab.

", array('%pingomatic' => '
http://pingomatic.com/')); break; case 'admin/modules#description':