git-svn-id: file:///home/shish/svn/shimmie2/trunk@1095 7f39781d-f577-437e-ae19-be835c7a54ca
This commit is contained in:
shish 2008-10-18 10:11:16 +00:00
parent 5f2e364e49
commit 99954fe6ae
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ class RSS_Comments implements Extension {
global $page;
global $config;
$page->set_mode("data");
$page->set_type("application/xml");
$page->set_type("application/rss+xml");
$comments = $database->get_all("
SELECT

View File

@ -44,7 +44,7 @@ class RSS_Images implements Extension {
global $page;
global $config;
$page->set_mode("data");
$page->set_type("application/xml");
$page->set_type("application/rss+xml");
$data = "";
foreach($images as $image) {