From: ArthurHoaro Date: Fri, 2 Dec 2016 17:37:41 +0000 (+0100) Subject: Remove new line between content tag and CDATA in ATOM feed X-Git-Tag: v0.8.1~5^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=1d2cef8aefe62f93a71d43d9288a49d4b350484e Remove new line between content tag and CDATA in ATOM feed Content not starting directly with CDATA can be misinterpreted by some feed parsers. --- 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 @@ {$value.pub_iso_date} {$value.up_iso_date} {/if} - - - + {loop="$value.taglist"} {/loop}