### Eclipse Workspace Patch 1.0
#P drupal-contrib-5
Index: modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module,v
retrieving revision 1.1.2.8
diff -u -r1.1.2.8 xmlsitemap_node.module
--- modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module	16 Nov 2007 14:51:46 -0000	1.1.2.8
+++ modules/xmlsitemap/xmlsitemap_node/xmlsitemap_node.module	17 Nov 2007 11:28:55 -0000
@@ -214,9 +214,7 @@
       $form['xmlsitemap_node'] = array(
         '#type' => 'fieldset',
         '#title' => t('Content priority'),
-        '#description' => t('The default priority for specific content types can be set on the !link pages.', array(
-          '!link' => l(t('content type settings'), 'admin/content/types'),
-        )),
+        '#description' => t('The default priority for specific content types can be set on the <a href="!link">content type settings</a> pages.', array('!link' => url('admin/content/types'))),
         '#weight' => 0,
       );
       $form['xmlsitemap_node']['xmlsitemap_node_promote_priority'] = array(
