Skip to content

Commit

Permalink
sanitize extension title in admin panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Guite committed Dec 31, 2021
1 parent c0aea1d commit 09a396e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG-3.0.md
Expand Up @@ -6,7 +6,7 @@
- _there should be none_

- Fixes:
- none yet
- [Admin] Sanitize extension title in admin panel.

- Features:
- _there should be none_
Expand Down
Expand Up @@ -9,7 +9,7 @@
<li class="nav-item dropdown droppable nowrap" data-catid="{{ category.cid }}">
<a href="#" class="nav-link dropdown-toggle{% if caller.category.cid == category.cid %} active{% endif %}" data-toggle="dropdown"><span class="fas fa-arrows-alt admintabs-lock"></span>
<span>
<i class="text-muted fa-fw {% if category.icon %}{{ category.icon|e('html_attr') }}{% else %}fas fa-file{% endif %}"></i> {{ category.title|safeHtml }}
<i class="text-muted fa-fw {% if category.icon %}{{ category.icon|e('html_attr') }}{% else %}fas fa-file{% endif %}"></i> {{ category.title }}
</span>
</a>
<ul class="dropdown-menu">
Expand Down

0 comments on commit 09a396e

Please sign in to comment.