diff options
Diffstat (limited to 'template/yoga')
-rw-r--r-- | template/yoga/icon/ranks.png | bin | 1229 -> 0 bytes | |||
-rw-r--r-- | template/yoga/mail/text/html/notification_by_mail.tpl | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/icon/ranks.png b/template/yoga/icon/ranks.png Binary files differdeleted file mode 100644 index 455d73fdf..000000000 --- a/template/yoga/icon/ranks.png +++ /dev/null diff --git a/template/yoga/mail/text/html/notification_by_mail.tpl b/template/yoga/mail/text/html/notification_by_mail.tpl index 52627ebe4..ae3708f41 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> |