Skip to content

Commit

Permalink
add missing className
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 committed Oct 21, 2020
1 parent 883cbd0 commit 0595258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/joomla/searchtools/default/noitems.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
$data = $displayData;
?>
<div class="alert alert-info">
<?php echo HTMLHelper::_('icons.icon', 'fas fa-circle', Text::_('INFO')); ?>
<?php echo HTMLHelper::_('icons.icon', 'fas fa-info-circle', Text::_('INFO')); ?>
<?php echo $data['options']['noResultsText']; ?>
</div>

0 comments on commit 0595258

Please sign in to comment.