Skip to content

Commit 390997c

Browse files
authored
Merge pull request from GHSA-58h5-h554-429q
1 parent 69f6821 commit 390997c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/bundle/Resources/views/themes/admin/content/page_title_edit.html.twig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636

3737
<div class="ez-content-edit-page-title__location">
3838
{{ 'editing_details'|trans({
39-
'%language_name%': language.name,
40-
'%location_name%': parent_location.contentInfo.name})
41-
|desc('<b>in</b> %language_name% <b>under</b> %location_name%')|raw
39+
'%language_name%': language.name|e,
40+
'%location_name%': parent_location.contentInfo.name|e
41+
})|desc('<b>in</b> %language_name% <b>under</b> %location_name%')|raw
4242
}}
4343

4444
{% if is_autosave_enabled and form_has_autosave %}

0 commit comments

Comments
 (0)