From 142dd6ba4302d360857d4c0af753caae43ddab0c Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sat, 20 Mar 2004 13:29:06 +0000 Subject: Patch #5588 by bylund: XHTML improvements: -> and -> . --- modules/tracker.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/tracker.module') diff --git a/modules/tracker.module b/modules/tracker.module index bbf6c0c5c..fbf587ff6 100644 --- a/modules/tracker.module +++ b/modules/tracker.module @@ -4,7 +4,7 @@ function tracker_help($section = 'admin/help#tracker') { switch ($section) { case 'admin/help#tracker': - return t('

The tracker module is a handy module for displaying the most recent posts. By following the recent posts link in the user block, a user may quickly review all recent postings.

'); + return t('

The tracker module is a handy module for displaying the most recent posts. By following the recent posts link in the user block, a user may quickly review all recent postings.

'); case 'admin/system/modules#description': return t('Enables tracking of recent posts for users.'); } -- cgit v1.2.3