Skip to content
Snippets Groups Projects
Commit d085055a authored by Thomas Mortagne's avatar Thomas Mortagne
Browse files

XWIKI-19294: Fix bad escaping

(cherry picked from commit bd935320)
parent 5ac31a26
No related branches found
No related tags found
No related merge requests found
......@@ -287,7 +287,7 @@
<form action="$doc.getURL()" method="post">
<input type="hidden" name="form_token" value="$services.csrf.token" />
<input type="hidden" name="action" value="create"/>
<input type="hidden" name="newThemeName" id="newThemeName" value="$request.newThemeName" />
<input type="hidden" name="newThemeName" id="newThemeName" value="$escapetool.xml($request.newThemeName)" />
<input type="submit" value="$services.localization.render('platform.flamingo.themes.home.create.confirm')" class="button"/>
</form>
{{/html}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment