aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrub <rub@piwigo.org>2009-04-26 10:07:21 +0000
committerrub <rub@piwigo.org>2009-04-26 10:07:21 +0000
commitf81888fc2e3434e744c68151609ace404ad3e399 (patch)
tree32c8ae97bd37ee7125a899423ba56d14158daff7
parentb113b3fb0889c500f4e3d7112b99f0cf7a9c6d0a (diff)
merge -c3255 from trunk to branch 2.0
Missing <ul> on NBM merge -c3254 from trunk to branch 2.0 Remove icon not used on public part. git-svn-id: http://piwigo.org/svn/branches/2.0@3256 68402e56-0260-453c-a942-63ccdbb3a9ee
-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>