mirror of
https://github.com/Piwigo/Piwigo.git
synced 2025-04-30 05:09:57 +03:00
Rollback "Missing <ul> on NBM" in order to dd <ul> on feed too.
git-svn-id: http://piwigo.org/svn/trunk@3257 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
parent
ce93e60cb0
commit
1bbf9a9f64
2 changed files with 4 additions and 2 deletions
|
@ -522,7 +522,7 @@ function get_html_description_recent_post_date($date_detail)
|
||||||
{
|
{
|
||||||
global $conf;
|
global $conf;
|
||||||
|
|
||||||
$description = '';
|
$description = '<ul>';
|
||||||
|
|
||||||
$description .=
|
$description .=
|
||||||
'<li>'
|
'<li>'
|
||||||
|
@ -564,6 +564,8 @@ function get_html_description_recent_post_date($date_detail)
|
||||||
}
|
}
|
||||||
$description .= '</ul>';
|
$description .= '</ul>';
|
||||||
|
|
||||||
|
$description .= '</ul>';
|
||||||
|
|
||||||
return $description;
|
return $description;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -51,7 +51,7 @@
|
||||||
<div id="nbm_recent_post">
|
<div id="nbm_recent_post">
|
||||||
{foreach from=$recent_posts item=recent_post }
|
{foreach from=$recent_posts item=recent_post }
|
||||||
<h2>{$recent_post.TITLE}</h2>
|
<h2>{$recent_post.TITLE}</h2>
|
||||||
<ul>{$recent_post.HTML_DATA}</ul>
|
{$recent_post.HTML_DATA}
|
||||||
{/foreach}
|
{/foreach}
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue