Skip to content

Commit

Permalink
bootstrap utilities
Browse files Browse the repository at this point in the history
  • Loading branch information
pritam825 committed Jan 22, 2022
1 parent 7afe613 commit 646ba4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/modules/mod_sampledata/tmpl/default.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<?php foreach($items as $i => $item) : ?>
<li class="list-group-item sampledata-<?php echo $item->name; ?>">
<div class="d-flex justify-content-between align-items-center">
<div class="sample-data__title me-2">
<div class="sample-data__title ">
<span class="sample-data__icon icon-<?php echo $item->icon; ?> me-1" aria-hidden="true"></span>
<?php echo htmlspecialchars($item->title, ENT_QUOTES, 'UTF-8'); ?>
</div>
Expand Down

0 comments on commit 646ba4c

Please sign in to comment.