Skip to content

Commit 63f31be

Browse files
author
Jason Oster
committed
Fixed RSS content type, Thanks Russe (Bug 2726888)
1 parent b5a0b87 commit 63f31be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rss/rss_common.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@
225225
$rss = str_replace("<uid>$uid</uid>\n<event_start>".$lang['l_all_day']."</event_start>","<uid>$uid</uid>\n<event_start>$date_range</event_start>", $rss);
226226

227227
}
228-
header ("Content-Type: text/xml");
228+
header ("Content-Type: application/xml");
229229

230230
echo "$rss";
231231

0 commit comments

Comments
 (0)