summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2007-10-30 08:23:48 +0100
committerAndrew Dolgov <[email protected]>2007-10-30 08:23:48 +0100
commitde0800a9712ce296724e557e05763d9cf1e93846 (patch)
tree0c3f3ee6e7c00841290e94036bfa41091cf9f0f4 /templates
parent163a295e514cceffa8bcb6d027e3458127f0a779 (diff)
tweak html digest template
Diffstat (limited to 'templates')
-rw-r--r--templates/digest_template_html.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/digest_template_html.txt b/templates/digest_template_html.txt
index b25010d9a..5940a72ff 100644
--- a/templates/digest_template_html.txt
+++ b/templates/digest_template_html.txt
@@ -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 -->