From 1d2cef8aefe62f93a71d43d9288a49d4b350484e Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Fri, 2 Dec 2016 18:37:41 +0100 Subject: [PATCH] Remove new line between content tag and CDATA in ATOM feed Content not starting directly with CDATA can be misinterpreted by some feed parsers. --- tpl/feed.atom.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tpl/feed.atom.html b/tpl/feed.atom.html index 40fd421..aead045 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}