From 4a653e0da61022a7fccf8ce2a3732c4bc0beb4f3 Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Sat, 4 Jan 2014 19:02:01 +0000 Subject: [PATCH] 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 --- templates/footer.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/footer.tpl b/templates/footer.tpl index e06ed0bd..cde37dc7 100644 --- a/templates/footer.tpl +++ b/templates/footer.tpl @@ -11,7 +11,7 @@ {/if} {if $CONF.show_footer_text == 'YES' && $CONF.footer_link}    |    - {$CONF.footer_text|escape} + {$CONF.footer_text} {/if}