]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/default/feed.atom.html
Apply v0.8.2 changes, add opensearch tpl, add favicon
[github/shaarli/Shaarli.git] / tpl / default / feed.atom.html
index 2ebb162a2139439cd09b60267fcd2ea4e5c6f2b3..c8ab17220906b351defb993827f1cd54734ded60 100644 (file)
@@ -29,9 +29,7 @@
       {if="$show_dates"}
         <updated>{$value.iso_date}</updated>
       {/if}
-      <content type="html" xml:lang="{$language}">
-        <![CDATA[{$value.description}]]>
-      </content>
+      <content type="html" xml:lang="{$language}"><![CDATA[{$value.description}]]></content>
       {loop="$value.taglist"}
         <category scheme="{$index_url}?searchtags=" term="{$value|strtolower}" label="{$value}" />
       {/loop}