diff options
author | Mario <mario@mariovavti.com> | 2024-08-09 09:55:18 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2024-08-09 09:55:18 +0000 |
commit | 66901dbe3e168f4b73c9fb852a783e5f2ae94f3d (patch) | |
tree | 15ff2330feb27bd1ff0bc7b75df9b39619f5eecf /view | |
parent | 4a7879aad2619036f2fe51dbe339de8d80f68467 (diff) | |
download | volse-hubzilla-66901dbe3e168f4b73c9fb852a783e5f2ae94f3d.tar.gz volse-hubzilla-66901dbe3e168f4b73c9fb852a783e5f2ae94f3d.tar.bz2 volse-hubzilla-66901dbe3e168f4b73c9fb852a783e5f2ae94f3d.zip |
fa2bi fixes
Diffstat (limited to 'view')
-rw-r--r-- | view/tpl/item_categories.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/item_categories.tpl b/view/tpl/item_categories.tpl index 1d0748d91..c585c9802 100644 --- a/view/tpl/item_categories.tpl +++ b/view/tpl/item_categories.tpl @@ -1,7 +1,7 @@ {{if $categories}} <!--div class="categorytags"--> {{foreach $categories as $cat}} -<span class="item-category badge rounded-pill bg-warning text-dark"><i class="bi fa-asterisk"></i> {{if $cat.url}}<a class="text-dark" href="{{$cat.url}}">{{$cat.term}}</a>{{else}}{{$cat.term}}{{/if}}</span> +<span class="item-category badge rounded-pill bg-warning text-dark"><i class="bi bi-asterisk"></i> {{if $cat.url}}<a class="text-dark" href="{{$cat.url}}">{{$cat.term}}</a>{{else}}{{$cat.term}}{{/if}}</span> {{/foreach}} <!--/div--> {{/if}} |