]> git.pld-linux.org Git - packages/eventum.git/blob - eventum-rss-charset.patch
- don't disable error_reporting (errors are good)
[packages/eventum.git] / eventum-rss-charset.patch
1 --- rss.php     2005-02-07 16:28:45.000000000 +0200
2 +++ ./rss.php   2005-02-15 18:19:01.000000000 +0200
3 @@ -146,7 +146,7 @@
4  $project_title = Project::getName($filter['cst_prj_id']);
5  
6  header("Content-Type: text/xml");
7 -echo '<?xml version="1.0"?>' . "\n";
8 +echo '<?xml version="1.0" encoding="'. APP_CHARSET .'"?>' . "\n";
9  ?>
10  <rss version="0.91">
11    <channel>
This page took 0.043908 seconds and 3 git commands to generate.