aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--rss/rss2.0.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/rss2.0.php b/rss/rss2.0.php
index c3aef84..6c4242d 100644
--- a/rss/rss2.0.php
+++ b/rss/rss2.0.php
@@ -30,7 +30,7 @@ function rss_top(){
/* Use 2.0 and strip encoding, use rss_language */
$rss .= '<rss version="2.0"'."\n";
$rss .= 'xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
- xmlns:ev="http://purl.org/rss/1.0/modules/event/"'.
+ xmlns:ev="http://purl.org/rss/1.0/modules/event/" '.
# 'xmlns:atom="http://www.w3.org/2005/Atom"'.
'xmlns:dc="http://purl.org/dc/elements/1.1/">'."\n";
$rss .= '<channel>'."\n";

© 2014-2024 Faster IT GmbH | imprint | privacy policy