Explorar o código

Merge pull request #428 from mro/feature/xml_escape

CDATA considered harmful.
LogMANOriginal %!s(int64=7) %!d(string=hai) anos
pai
achega
fdf98041e3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      formats/AtomFormat.php

+ 1 - 1
formats/AtomFormat.php

@@ -35,7 +35,7 @@ class AtomFormat extends FormatAbstract{
 		<author>
 			<name>{$entryAuthor}</name>
 		</author>
-		<title type="html"><![CDATA[{$entryTitle}]]></title>
+		<title type="html">{$entryTitle}</title>
 		<link rel="alternate" type="text/html" href="{$entryUri}" />
 		<id>{$entryUri}</id>
 		<updated>{$entryTimestamp}</updated>