Skip to content

Commit

Permalink
XWIKI-19731: Fix escaping
Browse files Browse the repository at this point in the history
* better fix (thanks @michitux for the warning)
  • Loading branch information
tmortagne committed Oct 20, 2022
1 parent 23d5ea9 commit 48caf74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 65 deletions.

This file was deleted.

Expand Up @@ -42,10 +42,9 @@
This document is an Icon Theme.
{{/info}}


{{{
$doc.content.replace('}}}', '~}}}')
}}}
(%class="code"%)(((
$services.rendering.escape($doc.content, 'xwiki/2.1')
)))
#else
Sheet of [[IconThemesCode.IconThemeClass]]
#end
Expand Down

0 comments on commit 48caf74

Please sign in to comment.