Index: trunk/CHANGELOG
===================================================================
--- trunk/CHANGELOG	(revision 1098)
+++ trunk/CHANGELOG	(revision 1099)
@@ -11,6 +11,8 @@
 ! = Update/Change
 
 ------------------------------------- 2.8.0 -------------------------------------
+28-July 2009 Matthias Gallas
+#	fixed some smaller issues in rss.php (Thanks to Kibmcz)
 27-July 2009 Matthias Gallas
 +	Added German language file to droplets
 +	Added modul_description to language files of droplets
Index: trunk/wb/modules/news/rss.php
===================================================================
--- trunk/wb/modules/news/rss.php	(revision 1098)
+++ trunk/wb/modules/news/rss.php	(revision 1099)
@@ -67,8 +67,8 @@
 <?php
 // Optional header info 
 ?>
-<language><?php echo DEFAULT_LANGUAGE; ?></language>
-<copyright><?php echo WB_URL.$_SERVER['REQUEST_URI']; ?></copyright>
+<language><?php echo strtolower(DEFAULT_LANGUAGE); ?></language>
+<copyright><?php $thedate = date('Y'); $websitetitle = WEBSITE_TITLE; echo "Copyright {$thedate}, {$websitetitle}"; ?></copyright>
 <managingEditor><?php echo SERVER_EMAIL; ?></managingEditor>
 <webMaster><?php echo SERVER_EMAIL; ?></webMaster>
 <category><?php echo WEBSITE_TITLE; ?></category>
