Index: zen/template.theme-registry.inc
===================================================================
--- zen/template.theme-registry.inc	(revision 1)
+++ zen/template.theme-registry.inc	(working copy)
@@ -27,7 +27,7 @@
 
   // If we are auto-rebuilding the theme registry, warn about feature.
   if (theme_get_setting('zen_rebuild_registry') && $theme == $GLOBALS['theme']) {
-    drupal_set_message(t('The theme registry has been rebuilt. <a href="!link">Turn off</a> this feature on production websites.', array('!link' => base_path() . 'admin/build/themes/settings/' . $GLOBALS['theme'])), 'warning');
+    drupal_set_message(t('The theme registry has been rebuilt. !link this feature on production websites.', array('!link' => l(t('Turn off'), 'admin/build/themes/settings/' . $GLOBALS['theme']))), 'warning');
   }
 
   // Return nothing.
