Skip to content
Permalink
Browse files Browse the repository at this point in the history
XWIKI-19292: Fix bad escaping
  • Loading branch information
tmortagne committed Jan 4, 2022
1 parent bd93532 commit 27f8391
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit 27f8391

Please sign in to comment.