From 69f1b4d3e074cc767ebcd3a36328348a601e726a Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 30 Dec 2001 22:53:01 +0000 Subject: - Small improvement to the exported RSS feed. --- 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 52e6a3d48..e9b7f69a6 100644 --- a/modules/node.module +++ b/modules/node.module @@ -670,7 +670,7 @@ function node_feed() { $output .= "\n"; // $output .= "\n"; $output .= "\n"; - $output .= format_rss_channel(variable_get("site_name", "drupal"), path_uri(), variable_get("site_slogan", ""), $items); + $output .= format_rss_channel(variable_get("site_name", "drupal") ." - ". variable_get("site_slogan", ""), path_uri(), variable_get("site_mission", ""), $items); $output .= "\n"; header("Content-Type: text/xml"); -- cgit v1.2.3