]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- set charset in rss feed
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 15 Feb 2005 16:21:34 +0000 (16:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-rss-charset.patch -> 1.1

eventum-rss-charset.patch [new file with mode: 0644]

diff --git a/eventum-rss-charset.patch b/eventum-rss-charset.patch
new file mode 100644 (file)
index 0000000..49d0ce0
--- /dev/null
@@ -0,0 +1,11 @@
+--- rss.php    2005-02-07 16:28:45.000000000 +0200
++++ ./rss.php  2005-02-15 18:19:01.000000000 +0200
+@@ -146,7 +146,7 @@
+ $project_title = Project::getName($filter['cst_prj_id']);
+ header("Content-Type: text/xml");
+-echo '<?xml version="1.0"?>' . "\n";
++echo '<?xml version="1.0" encoding="'. APP_CHARSET .'"?>' . "\n";
+ ?>
+ <rss version="0.91">
+   <channel>
This page took 0.034759 seconds and 4 git commands to generate.