footer.tpl:

- do not escape $CONF.footer_text - it is already escaped


git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@1620 a1433add-5e2c-0410-b055-b7f2511e0802
pull/2/head
Christian Boltz 12 years ago
parent 7f40cc071c
commit 4a653e0da6

@ -11,7 +11,7 @@
{/if}
{if $CONF.show_footer_text == 'YES' && $CONF.footer_link}
   |   
<a href="{$CONF.footer_link}">{$CONF.footer_text|escape}</a>
<a href="{$CONF.footer_link}">{$CONF.footer_text}</a>
{/if}
</div>
</div>

Loading…
Cancel
Save