Use CDATA for content in ATOM feed (#354)
This commit is contained in:
parent
0003150796
commit
148e644590
@ -1,5 +1,7 @@
|
|||||||
Version 2.1 ()
|
Version 2.1 ()
|
||||||
------------------------------------------------------------------------
|
------------------------------------------------------------------------
|
||||||
|
* Use CDATA encoded body for ATOM feed
|
||||||
|
|
||||||
* Fix: Ajax upload to ML now also works for non-images
|
* Fix: Ajax upload to ML now also works for non-images
|
||||||
|
|
||||||
* Added new theme "Clean-Blog". Clean Blog is a fully responsive,
|
* Added new theme "Clean-Blog". Clean Blog is a fully responsive,
|
||||||
|
@ -47,10 +47,8 @@
|
|||||||
<id>{$entry.feed_guid}</id>
|
<id>{$entry.feed_guid}</id>
|
||||||
<title type="html">{$entry.feed_title}</title>
|
<title type="html">{$entry.feed_title}</title>
|
||||||
{if !empty($entry.body)}
|
{if !empty($entry.body)}
|
||||||
<content type="xhtml" xml:base="{$serendipityBaseURL}">
|
<content type="html">
|
||||||
<div xmlns="http://www.w3.org/1999/xhtml">
|
<![CDATA[{$entry.feed_body} {$entry.feed_ext}]]>
|
||||||
{$entry.feed_body} {$entry.feed_ext}
|
|
||||||
</div>
|
|
||||||
</content>
|
</content>
|
||||||
{/if}
|
{/if}
|
||||||
{$entry.per_entry_display_dat}
|
{$entry.per_entry_display_dat}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user