mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 14:19:58 +09:00
Apply autoescape to admin module templates
This commit is contained in:
parent
24df74d618
commit
d9178e91d6
20 changed files with 52 additions and 3 deletions
|
|
@ -1,4 +1,7 @@
|
|||
<config autoescape="on" />
|
||||
|
||||
<include target="config_header.html" />
|
||||
|
||||
<div cond="$XE_VALIDATOR_MESSAGE && $XE_VALIDATOR_ID == 'modules/admin/tpl/config_domains/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
|
||||
<p>{$XE_VALIDATOR_MESSAGE}</p>
|
||||
</div>
|
||||
|
|
@ -24,7 +27,7 @@
|
|||
<tbody>
|
||||
<tr loop="$domain_list->data => $domain">
|
||||
<td class="nowr">
|
||||
{$domain->settings->title}
|
||||
{$domain->settings->title|noescape}
|
||||
<i cond="$domain->is_default_domain === 'Y'" class="x_icon-home" title="{$lang->cmd_is_default_domain}">{$lang->cmd_is_default_domain}</i>
|
||||
</td>
|
||||
<td class="nowr">{$domain->domain}</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue