aboutsummaryrefslogtreecommitdiffstats
path: root/view/tpl/categories_widget.tpl
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-03-25 21:43:15 +0100
committerMario <mario@mariovavti.com>2024-03-25 21:43:15 +0100
commit26a7cef0d87c2b1e910d3aa1cfcfdbff9ebd16e3 (patch)
tree310be9acdb5d08d2ada6f3fc3b6cdb413ae12534 /view/tpl/categories_widget.tpl
parent53354a19304c932beea484e387d2c9536786e258 (diff)
parentc052b7fa9982e82fa25fe0e84ee3462da30ac157 (diff)
downloadvolse-hubzilla-26a7cef0d87c2b1e910d3aa1cfcfdbff9ebd16e3.tar.gz
volse-hubzilla-26a7cef0d87c2b1e910d3aa1cfcfdbff9ebd16e3.tar.bz2
volse-hubzilla-26a7cef0d87c2b1e910d3aa1cfcfdbff9ebd16e3.zip
Merge branch 'dev' of https://framagit.org/hubzilla/core into dev
Diffstat (limited to 'view/tpl/categories_widget.tpl')
-rw-r--r--view/tpl/categories_widget.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/categories_widget.tpl b/view/tpl/categories_widget.tpl
index fd27dca44..a7be796d6 100644
--- a/view/tpl/categories_widget.tpl
+++ b/view/tpl/categories_widget.tpl
@@ -5,7 +5,7 @@
<ul class="nav nav-pills flex-column">
<li class="nav-item"><a href="{{$base}}" class="nav-link{{if $sel_all}} active{{/if}}">{{$all}}</a></li>
{{foreach $terms as $term}}
- <li class="nav-item"><a href="{{$base}}/?cat={{$term.name|urlencode}}" class="nav-link{{if $term.selected}} active{{/if}}">{{$term.name}}</a></li>
+ <li class="nav-item"><a href="{{$base}}/?cat={{$term.name|escape:'url'}}" class="nav-link{{if $term.selected}} active{{/if}}">{{$term.name}}</a></li>
{{/foreach}}
</ul>