aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
Diffstat (limited to 'template')
-rw-r--r--template/yoga/icon/ranks.pngbin1229 -> 0 bytes
-rw-r--r--template/yoga/mail/text/html/notification_by_mail.tpl2
2 files changed, 1 insertions, 1 deletions
diff --git a/template/yoga/icon/ranks.png b/template/yoga/icon/ranks.png
deleted file mode 100644
index 455d73fdf..000000000
--- a/template/yoga/icon/ranks.png
+++ /dev/null
Binary files differ
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>