]> git.wh0rd.org - tt-rss.git/blobdiff - templates/digest_template_html.txt
first stage of headline element handling refactoring
[tt-rss.git] / templates / digest_template_html.txt
index b25010d9afc737328dff3d8c335df529cb4553d1..0759e8a056493d39256b1c322f8b979e3604bfba 100644 (file)
@@ -1,12 +1,13 @@
 <!-- $BeginBlock digest -->
 <h1 style='font-size : x-large'>New headlines for last 24 hours, as of ${CUR_DATE} ${CUR_TIME}</h1>
+<hr/>
 <!-- $BeginBlock feed -->
 <h2 style='font-size : large'>${FEED_TITLE}</h2>
 
 <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 -->