rss: declare UTF-8 charset

This commit is contained in:
nodiscc 2014-12-22 07:37:38 +01:00 committed by Lucas Cimon
parent 60cc244595
commit a108d8da78
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ if (is_writeable(".")) {
/* XML Gen */
/*===================*/
$temp = explode("\n", $content);
echo "<?xml version='1.0' encoding='UTF-8 '?>\n";
echo "<rss version='2.0'>\n<channel>";
echo "<title>$title</title>";
echo "<link>$gallery_link</link>";