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

XWIKI-19292: Fix bad escaping

(cherry picked from commit 27f83913)
parent c7460378
No related branches found
No related tags found
No related merge requests found
......@@ -245,7 +245,7 @@
<a href="$backUrl" class='button secondary'>{{translation key="platform.wiki.users.join.request.cancel.label"/}}</a>
</span>
<input type='hidden' name='wikiId' value="$!wikiId"/>
<input type='hidden' name='requestJoin' value="$!request.requestJoin"/>
<input type='hidden' name='requestJoin' value="$escapetool.xml($!request.requestJoin)"/>
<input type="hidden" name="form_token" value="$!escapetool.xml($services.csrf.getToken())" />
</dl>
</form>
......
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