mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
- HTML validation : get_html_tag_selection() must never return an empty list (<ul></ul>)
git-svn-id: http://piwigo.org/svn/trunk@1201 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -529,6 +529,10 @@ function get_html_tag_selection(
|
||||
{
|
||||
global $conf;
|
||||
|
||||
if (count ($tags) == 0 )
|
||||
{
|
||||
return '';
|
||||
}
|
||||
$output = '<ul class="tagSelection">';
|
||||
foreach ($tags as $tag)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user