Merging a one-line change from nighthawk (wrong content-type if you're interested)
authorDan
Tue, 29 Jul 2008 08:53:12 -0400
changeset 2 882c793b0f37
parent 1 327d3c7cd3f3
child 3 f71442e3a95f
Merging a one-line change from nighthawk (wrong content-type if you're interested)
plugins/SpecialRSS.php
--- a/plugins/SpecialRSS.php	Tue Jul 29 06:46:27 2008 -0600
+++ b/plugins/SpecialRSS.php	Tue Jul 29 08:53:12 2008 -0400
@@ -240,7 +240,7 @@
 function page_Special_RSS()
 {
   global $db, $session, $paths, $template, $plugins; // Common objects
-  header('Content-type: text/xml; charset=windows-1252'); //application/rss+xml');
+  header('Content-type: text/xml; charset=utf-8'); //application/rss+xml');
   global $aggressive_optimize_html;
   $aggressive_optimize_html = false;
   $session->sid_super = false;