Merge pull request #34794 from cogk/fix-escape-html-desktop

fix: Escape html in desktop Jinja template
This commit is contained in:
Soham Kulkarni 2025-11-21 16:40:07 +05:30 committed by GitHub
commit 34013eb39f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 ">