We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69f6821 commit 390997cCopy full SHA for 390997c
1 file changed
src/bundle/Resources/views/themes/admin/content/page_title_edit.html.twig
@@ -36,9 +36,9 @@
36
37
<div class="ez-content-edit-page-title__location">
38
{{ '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
+ '%language_name%': language.name|e,
+ '%location_name%': parent_location.contentInfo.name|e
+ })|desc('<b>in</b> %language_name% <b>under</b> %location_name%')|raw
42
}}
43
44
{% if is_autosave_enabled and form_has_autosave %}
0 commit comments