- Forgot to close a tag in the help text.

4.6.x
Dries Buytaert 2004-12-27 12:29:33 +00:00
parent f763bb731e
commit ddbec122dc
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ function ping_help($section) {
case 'admin/help#ping': case 'admin/help#ping':
$output .= t(" $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>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; break;
case 'admin/modules#description': case 'admin/modules#description':

View File

@ -14,7 +14,7 @@ function ping_help($section) {
case 'admin/help#ping': case 'admin/help#ping':
$output .= t(" $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>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; break;
case 'admin/modules#description': case 'admin/modules#description':