Apply autoescape to admin module templates

This commit is contained in:
Kijin Sung 2018-10-10 15:24:10 +09:00
parent 24df74d618
commit d9178e91d6
20 changed files with 52 additions and 3 deletions

View file

@ -1,4 +1,7 @@
<config autoescape="on" />
<include target="config_header.html" />
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/admin/tpl/config_seo/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>