generate_syndicated_feed: use CDATA section for item title
This commit is contained in:
parent
2f2bd1b3f6
commit
e5208bac87
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue