]> git.wh0rd.org - tt-rss.git/commitdiff
tweak html digest template
authorAndrew Dolgov <fox@madoka.spb.ru>
Tue, 30 Oct 2007 07:23:48 +0000 (08:23 +0100)
committerAndrew Dolgov <fox@madoka.spb.ru>
Tue, 30 Oct 2007 07:23:48 +0000 (08:23 +0100)
templates/digest_template_html.txt

index b25010d9afc737328dff3d8c335df529cb4553d1..5940a72fffb558d4df5d387e5a5294e41461fa4a 100644 (file)
@@ -6,7 +6,7 @@
 <ul>
 <!-- $BeginBlock article -->
 <li><a href="${ARTICLE_LINK}">${ARTICLE_TITLE}</a> - ${ARTICLE_UPDATED}
-<p style='color : gray'>${ARTICLE_EXCERPT}</p>
+<div style='color : gray'>${ARTICLE_EXCERPT}</div>
 <!-- $EndBlock article -->
 </ul>
 <!-- $EndBlock feed -->