Remove new line between content tag and CDATA in ATOM feed
Content not starting directly with CDATA can be misinterpreted by some feed parsers.
This commit is contained in:
parent
6781465fda
commit
1d2cef8aef
1 changed files with 1 additions and 3 deletions
|
@ -30,9 +30,7 @@
|
||||||
<published>{$value.pub_iso_date}</published>
|
<published>{$value.pub_iso_date}</published>
|
||||||
<updated>{$value.up_iso_date}</updated>
|
<updated>{$value.up_iso_date}</updated>
|
||||||
{/if}
|
{/if}
|
||||||
<content type="html" xml:lang="{$language}">
|
<content type="html" xml:lang="{$language}"><![CDATA[{$value.description}]]></content>
|
||||||
<![CDATA[{$value.description}]]>
|
|
||||||
</content>
|
|
||||||
{loop="$value.taglist"}
|
{loop="$value.taglist"}
|
||||||
<category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" />
|
<category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" />
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|
Loading…
Reference in a new issue