30
1
mirror of https://github.com/joomla-extensions/weblinks.git synced 2024-09-27 20:49:05 +00:00
This commit is contained in:
chmst 2021-07-29 09:03:32 +02:00
parent 43145030c7
commit 83b37e4699

View File

@ -77,7 +77,7 @@ $listDirn = $this->escape($this->state->get('list.direction'));
if ($item->state == 0) : ?>
<li class="system-unpublished list-group-item">
<?php else : ?>
<li class="list-group-item" >
<li class="list-group-item">
<?php endif; ?>
<?php if ($this->params->get('show_link_hits', 1)) : ?>