From: Andrew Dolgov Date: Mon, 8 Nov 2010 10:36:12 +0000 (+0300) Subject: generate_syndicated_feed: use CDATA section for item title X-Git-Tag: 1.5.0~363 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=e5208bac877c17bb55e8369fab682652bf52d8a7;p=tt-rss.git generate_syndicated_feed: use CDATA section for item title --- diff --git a/functions.php b/functions.php index 059e968a..54fe552d 100644 --- a/functions.php +++ b/functions.php @@ -3661,8 +3661,8 @@ print "" . htmlspecialchars($line["author"]) . ""; } - print "" . - htmlspecialchars($line["title"]) . ""; + print "<![CDATA[" . + htmlspecialchars($line["title"]) . "]]>"; print "