Missing <ul> on NBM

git-svn-id: http://piwigo.org/svn/trunk@3255 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rub 2009-04-26 09:58:53 +00:00
commit ce93e60cb0

View file

@ -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>