From e5208bac877c17bb55e8369fab682652bf52d8a7 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 8 Nov 2010 13:36:12 +0300 Subject: generate_syndicated_feed: use CDATA section for item title --- functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions.php b/functions.php index 059e968af..54fe552dc 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 "