generate_syndicated_feed: use CDATA section for item title

master
Andrew Dolgov 14 years ago
parent 2f2bd1b3f6
commit e5208bac87

@ -3661,8 +3661,8 @@
print "<author>" . htmlspecialchars($line["author"]) . "</author>";
}
print "<title>" .
htmlspecialchars($line["title"]) . "</title>";
print "<title><![CDATA[" .
htmlspecialchars($line["title"]) . "]]></title>";
print "<description><![CDATA[";

Loading…
Cancel
Save