Index: theme/theme.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/cck/theme/Attic/theme.inc,v
retrieving revision 1.1.2.3
diff -u -r1.1.2.3 theme.inc
--- theme/theme.inc	21 Sep 2008 13:00:56 -0000	1.1.2.3
+++ theme/theme.inc	22 Sep 2008 19:16:59 -0000
@@ -29,7 +29,7 @@
 
   $vars['help'] = theme('advanced_help_topic', 'content', 'manage-fields') . t('Add fields and groups to the content type, and arrange them on content display and input forms.');
   if (!module_exists('advanced_help')) {
-    $vars['help'] .= '<br/>' . t('Note: Installing the !adv_help module will let you access more and better help.', array('!adv_help' => l('Advanced help', 'http://drupal.org/project/advanced_help')));
+    $vars['help'] .= '<br/>' . t('Note: Installing the <a href="!adv_help">Advanced help</a> module will let you access more and better help.', array('!adv_help' => 'http://drupal.org/project/advanced_help'));
   }
 
   $rows = array();
