diff options
author | rub <rub@piwigo.org> | 2009-04-26 14:59:15 +0000 |
---|---|---|
committer | rub <rub@piwigo.org> | 2009-04-26 14:59:15 +0000 |
commit | 1bbf9a9f64b2c27009ee2bc2c39d8d4b25714c6f (patch) | |
tree | e991db050f37415bed401e14ee435df52381f6ee /template/yoga/mail/text/html/notification_by_mail.tpl | |
parent | ce93e60cb0f3f7f8ff160fce507c46cb37a1b6a1 (diff) |
Rollback "Missing <ul> on NBM" in order to dd <ul> on feed too.
git-svn-id: http://piwigo.org/svn/trunk@3257 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/mail/text/html/notification_by_mail.tpl')
-rw-r--r-- | template/yoga/mail/text/html/notification_by_mail.tpl | 2 |
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 ddc218002..225f11313 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> - <ul>{$recent_post.HTML_DATA}</ul> + {$recent_post.HTML_DATA} {/foreach} {/if} </div> |