From: Florent Bruneau Date: Tue, 28 Dec 2010 21:09:33 +0000 (+0100) Subject: Fix double html-encoding. X-Git-Tag: xorg/1.0.2~32^2~6 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=ad81b3cb4fdf167a357d769f6581626fd1dd43ae;p=platal.git Fix double html-encoding. Signed-off-by: Florent Bruneau --- diff --git a/templates/skin/common.title.header.tpl b/templates/skin/common.title.header.tpl index 3b23082..b78620c 100644 --- a/templates/skin/common.title.header.tpl +++ b/templates/skin/common.title.header.tpl @@ -31,7 +31,7 @@ {$globals->core->NbIns|number_format} polytechniciens sur le web {if t($smarty.request.quick)} - {assign var=requestQuick value=$smarty.request.quick} + {assign var=requestQuick value=$smarty.request.quick|smarty:nodefaults} {else} {assign var=requestQuick value='Recherche dans l\'annuaire'} {/if}