mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1693 related tags section in picture infos had bad visibility condition
This commit is contained in:
@@ -207,7 +207,7 @@ y.callService(
|
||||
<dd>{$INFO_FILESIZE}</dd>
|
||||
</div>
|
||||
{/if}
|
||||
{if $display_info.tags and isset($related_tags)}
|
||||
{if ($display_info.tags and isset($related_tags))}
|
||||
<div id="Tags" class="imageInfo">
|
||||
<dt>{'Tags'|@translate}</dt>
|
||||
<dd>
|
||||
|
||||
Reference in New Issue
Block a user