Skip to content

Commit

Permalink
XWIKI-20672: Sanitize template URLs
Browse files Browse the repository at this point in the history
  * Fix mistake
  • Loading branch information
surli committed Feb 22, 2023
1 parent 13875a6 commit 24ec128
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@
#else
#set($cancelUrl = $escapetool.xml($doc.getURL()))
#end
<a class="btn btn-default cancel" href="$!{escapetool.xml(${cancelUrl})}">$escapetool.xml($services.localization.render('cancel'))</a>
<a class="btn btn-default cancel" href="${cancelUrl}">$escapetool.xml($services.localization.render('cancel'))</a>
#end
#######################################################
## DISPLAY DELETE COMPLETELY CONFIRM MESSAGE
Expand Down

0 comments on commit 24ec128

Please # to comment.