Escape admin import
This commit is contained in:
parent
021b37ac1f
commit
ab7ca08a23
1 changed files with 2 additions and 2 deletions
|
|
@ -13,10 +13,10 @@
|
||||||
|
|
||||||
{if isset($pass)}
|
{if isset($pass)}
|
||||||
<h2>Pass</h2>
|
<h2>Pass</h2>
|
||||||
<pre>{$pass}</pre>
|
<pre>{$pass|escape}</pre>
|
||||||
{/if}
|
{/if}
|
||||||
{if isset($output)}
|
{if isset($output)}
|
||||||
<h2>Output</h2>
|
<h2>Output</h2>
|
||||||
<pre>{$output}</pre>
|
<pre>{$output|escape}</pre>
|
||||||
{/if}
|
{/if}
|
||||||
{/block}
|
{/block}
|
||||||
|
|
|
||||||
Reference in a new issue