Use same condition for link start as for link end

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-06-17 11:04:28 +02:00
parent c00fe2cbfd
commit ee0955b30b

View File

@ -32,10 +32,10 @@
?>>
<?php endif; ?>
<?= $content ?>
<?php if (!empty($url) && is_array($url)): ?>
<?php if (isset($url) && is_array($url) && array_filter($url)) : ?>
</a>
<?php endif; ?>
<?php if (!empty($mysql_help_page)): ?>
<?= PMA\libraries\Util::showMySQLDocu($mysql_help_page) ?>
<?php endif; ?>
</li>
</li>