aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2009-04-26 09:58:53 +0000
committerrub <rub@piwigo.org>2009-04-26 09:58:53 +0000
commitce93e60cb0f3f7f8ff160fce507c46cb37a1b6a1 (patch)
tree3f69508bac3d6742d8b5fdda44526eab7a9be385 /template
parent0d7b7e70f384a5147b8d880f46df27975d2813b7 (diff)
Missing <ul> on NBM
git-svn-id: http://piwigo.org/svn/trunk@3255 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/mail/text/html/notification_by_mail.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/mail/text/html/notification_by_mail.tpl b/template/yoga/mail/text/html/notification_by_mail.tpl
index 225f11313..ddc218002 100644
--- a/template/yoga/mail/text/html/notification_by_mail.tpl
+++ b/template/yoga/mail/text/html/notification_by_mail.tpl
@@ -51,7 +51,7 @@
<div id="nbm_recent_post">
{foreach from=$recent_posts item=recent_post }
<h2>{$recent_post.TITLE}</h2>
- {$recent_post.HTML_DATA}
+ <ul>{$recent_post.HTML_DATA}</ul>
{/foreach}
{/if}
</div>