From eec20988bf6dfae0e8cc94098206841d43e92918 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 Feb 2004 21:51:28 +0000 Subject: - Patch #5575 by Stefan: fixed invalid XHTML code in the node and taxonomy module. --- modules/taxonomy.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/taxonomy.module') diff --git a/modules/taxonomy.module b/modules/taxonomy.module index 245e1ba54..7273525a1 100644 --- a/modules/taxonomy.module +++ b/modules/taxonomy.module @@ -747,7 +747,7 @@ function taxonomy_page() { $breadcrumbs[] = l(t('Home'), ''); $breadcrumbs = array_reverse($breadcrumbs); - drupal_set_html_head('str_tids") .'">'); + drupal_set_html_head('str_tids") .'" />'); $output = taxonomy_render_nodes(taxonomy_select_nodes($taxonomy)); print theme("page", $output, implode(', ', $names), $breadcrumbs); -- cgit v1.2.3