aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorArthur <arthur@hoa.ro>2016-12-05 11:18:59 +0100
committerGitHub <noreply@github.com>2016-12-05 11:18:59 +0100
commitbea80e43a3714663b0c32879f7bdf4fd19161b2e (patch)
tree7be40d945d67e344406060246c8247284d2ed399
parentcd9368953790bc86a9d3235fa8f60566fd733673 (diff)
parent1d2cef8aefe62f93a71d43d9288a49d4b350484e (diff)
downloadShaarli-bea80e43a3714663b0c32879f7bdf4fd19161b2e.tar.gz
Shaarli-bea80e43a3714663b0c32879f7bdf4fd19161b2e.tar.zst
Shaarli-bea80e43a3714663b0c32879f7bdf4fd19161b2e.zip
Merge pull request #702 from ArthurHoaro/feed-cdata
Remove new line between content tag and CDATA in ATOM feed
-rw-r--r--tpl/feed.atom.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/tpl/feed.atom.html b/tpl/feed.atom.html
index 40fd421a..aead0459 100644
--- a/tpl/feed.atom.html
+++ b/tpl/feed.atom.html
@@ -30,9 +30,7 @@
30 <published>{$value.pub_iso_date}</published> 30 <published>{$value.pub_iso_date}</published>
31 <updated>{$value.up_iso_date}</updated> 31 <updated>{$value.up_iso_date}</updated>
32 {/if} 32 {/if}
33 <content type="html" xml:lang="{$language}"> 33 <content type="html" xml:lang="{$language}"><![CDATA[{$value.description}]]></content>
34 <![CDATA[{$value.description}]]>
35 </content>
36 {loop="$value.taglist"} 34 {loop="$value.taglist"}
37 <category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" /> 35 <category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" />
38 {/loop} 36 {/loop}