mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
Missing <ul> on NBM
git-svn-id: http://piwigo.org/svn/trunk@3255 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user