aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-08-09 09:55:18 +0000
committerMario <mario@mariovavti.com>2024-08-09 09:55:18 +0000
commit66901dbe3e168f4b73c9fb852a783e5f2ae94f3d (patch)
tree15ff2330feb27bd1ff0bc7b75df9b39619f5eecf
parent4a7879aad2619036f2fe51dbe339de8d80f68467 (diff)
downloadvolse-hubzilla-66901dbe3e168f4b73c9fb852a783e5f2ae94f3d.tar.gz
volse-hubzilla-66901dbe3e168f4b73c9fb852a783e5f2ae94f3d.tar.bz2
volse-hubzilla-66901dbe3e168f4b73c9fb852a783e5f2ae94f3d.zip
fa2bi fixes
-rw-r--r--view/tpl/item_categories.tpl2
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>&nbsp;{{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>&nbsp;{{if $cat.url}}<a class="text-dark" href="{{$cat.url}}">{{$cat.term}}</a>{{else}}{{$cat.term}}{{/if}}</span>
{{/foreach}}
<!--/div-->
{{/if}}