From ec3326679595953650e76308daac2182b7d628b9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 31 Oct 2003 19:34:03 +0000 Subject: - Improvement: made it possible to disable the comment controls and reworded some of the configuration settings. - Improvement: removed a left-over from Drupal 4.2.0 (dead code). - Improvement: replaced hard-coded XHTML around the XML icons with class="xml-icon". - Improvement: removed the custom navigation menus shown at the top of the "user information page" and integrated them in the new navigation block. The "my account" link in the navigation menu will unfold. Also removed the "delete account" link/functionality (for now). - Improvement: fix for "magic quotes" settings. Patch by Steven. I also removed check_php_settings(). - Improvement: block themability improvements. Modified patch from Ax and Steve/CodeMonkeyX. - Fixed bug #2617: editing user information does not work. Patch by Kjartan. --- modules/node/node.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/node') diff --git a/modules/node/node.module b/modules/node/node.module index 3049a7514..e611697ea 100644 --- a/modules/node/node.module +++ b/modules/node/node.module @@ -927,7 +927,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