32
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-11-10 15:20:57 +00:00
This commit is contained in:
Tuan Pham Ngoc 2024-05-24 20:57:01 +07:00
parent 52ecfad0eb
commit e2a753828b

View File

@ -52,7 +52,7 @@ use Joomla\CMS\Language\Text;
?>
<strong> <?php echo htmlspecialchars($cat['title'], ENT_COMPAT, 'UTF-8'); ?></strong>
<?php
endif; ?>;
endif; ?>
<ul class="weblinks<?php echo $moduleclass_sfx; ?>">
<?php foreach ($items as $item) :
?>