Merge pull request #34794 from cogk/fix-escape-html-desktop
fix: Escape html in desktop Jinja template
This commit is contained in:
commit
34013eb39f
1 changed files with 2 additions and 2 deletions
|
|
@ -4,8 +4,8 @@
|
|||
<div class="navbar-home">
|
||||
<img
|
||||
class="brand-logo"
|
||||
src="{{ brand_logo }}"
|
||||
alt="{{ _("App Logo") }}"
|
||||
src="{{ brand_logo |e }}"
|
||||
alt="{{ _("App Logo") |e }}"
|
||||
>
|
||||
</div>
|
||||
<div class="desktop-search-wrapper input-group search-bar text-muted ">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue