rss: declare UTF-8 charset
This commit is contained in:
parent
60cc244595
commit
a108d8da78
1 changed files with 1 additions and 0 deletions
1
rss.php
1
rss.php
|
@ -153,6 +153,7 @@ if (is_writeable(".")) {
|
||||||
/* XML Gen */
|
/* XML Gen */
|
||||||
/*===================*/
|
/*===================*/
|
||||||
$temp = explode("\n", $content);
|
$temp = explode("\n", $content);
|
||||||
|
echo "<?xml version='1.0' encoding='UTF-8 '?>\n";
|
||||||
echo "<rss version='2.0'>\n<channel>";
|
echo "<rss version='2.0'>\n<channel>";
|
||||||
echo "<title>$title</title>";
|
echo "<title>$title</title>";
|
||||||
echo "<link>$gallery_link</link>";
|
echo "<link>$gallery_link</link>";
|
||||||
|
|
Loading…
Reference in a new issue