From eb030cb9d8839bd08cb2bd1e4f954efe37047303 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 15 Jun 2003 19:06:25 +0000 Subject: - Improvements: XHTML-ifications. Patch by GmbH. --- modules/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node.module') diff --git a/modules/node.module b/modules/node.module index e17fde80e..c0f2bae62 100644 --- a/modules/node.module +++ b/modules/node.module @@ -850,7 +850,7 @@ function node_block($op = "list", $delta = 0) { } else { $block["subject"] = t("Syndicate"); - $block["content"] = "
". l("\"XML\"", "node/feed", array("title" => t("Read the XML version of this page."))) ."
"; + $block["content"] = "
". l("\"XML\"", "node/feed", array("title" => t("Read the XML version of this page."))) ."
"; return $block; } -- cgit v1.2.3