mirror of
https://github.com/joomla-extensions/weblinks.git
synced 2025-01-12 07:55:53 +00:00
Fix typo
This commit is contained in:
parent
52ecfad0eb
commit
e2a753828b
@ -52,7 +52,7 @@ use Joomla\CMS\Language\Text;
|
|||||||
?>
|
?>
|
||||||
<strong> <?php echo htmlspecialchars($cat['title'], ENT_COMPAT, 'UTF-8'); ?></strong>
|
<strong> <?php echo htmlspecialchars($cat['title'], ENT_COMPAT, 'UTF-8'); ?></strong>
|
||||||
<?php
|
<?php
|
||||||
endif; ?>;
|
endif; ?>
|
||||||
<ul class="weblinks<?php echo $moduleclass_sfx; ?>">
|
<ul class="weblinks<?php echo $moduleclass_sfx; ?>">
|
||||||
<?php foreach ($items as $item) :
|
<?php foreach ($items as $item) :
|
||||||
?>
|
?>
|
||||||
|
Loading…
Reference in New Issue
Block a user