summaryrefslogtreecommitdiff
path: root/functions.php
diff options
context:
space:
mode:
Diffstat (limited to 'functions.php')
-rw-r--r--functions.php4
1 files 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 "<author>" . htmlspecialchars($line["author"]) . "</author>";
}
- print "<title>" .
- htmlspecialchars($line["title"]) . "</title>";
+ print "<title><![CDATA[" .
+ htmlspecialchars($line["title"]) . "]]></title>";
print "<description><![CDATA[";