Skip to content

Commit a00d221

Browse files
gesslerpdpradyunsg
authored andcommitted
Fix title tag in search template to be consistent with others
1 parent bca9dbb commit a00d221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/furo/theme/furo/search.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{%- endblock regular_scripts-%}
88

99
{%- block htmltitle -%}
10-
<title>{{ _("Search") }} - {{ docstitle }}</title>
10+
<title>{{ _("Search") }} - {{ docstitle|striptags|e }}</title>
1111
{%- endblock htmltitle -%}
1212

1313
{% block content %}

0 commit comments

Comments
 (0)