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/node.module | 2 +- modules/node/node.module | 2 +- modules/taxonomy.module | 2 +- modules/taxonomy/taxonomy.module | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/node.module b/modules/node.module index 44fdda8a7..66b54c72e 100644 --- a/modules/node.module +++ b/modules/node.module @@ -1541,7 +1541,7 @@ function node_page() { $output .= node_view(node_load(array("nid" => $node->nid, "type" => $node->type)), 1); } $output .= theme('pager', NULL, variable_get("default_nodes_main", 10)); - drupal_set_html_head(''); + drupal_set_html_head(''); print theme("page", $output, ""); } } diff --git a/modules/node/node.module b/modules/node/node.module index 44fdda8a7..66b54c72e 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -1541,7 +1541,7 @@ function node_page() { $output .= node_view(node_load(array("nid" => $node->nid, "type" => $node->type)), 1); } $output .= theme('pager', NULL, variable_get("default_nodes_main", 10)); - drupal_set_html_head(''); + drupal_set_html_head(''); print theme("page", $output, ""); } } 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); diff --git a/modules/taxonomy/taxonomy.module b/modules/taxonomy/taxonomy.module index 245e1ba54..7273525a1 100644 --- a/modules/taxonomy/taxonomy.module +++ b/modules/taxonomy/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