From: Raphaël Barrois Date: Tue, 26 Oct 2010 21:51:34 +0000 (+0200) Subject: Fix smarty escaping problem in common skin X-Git-Tag: xorg/1.0.2~189 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=eb3e8d0c0cd29e2bf44e0cd55b4fdbfeedcf9636;p=platal.git Fix smarty escaping problem in common skin Signed-off-by: Raphaël Barrois --- diff --git a/templates/skin/common.title.header.tpl b/templates/skin/common.title.header.tpl index 64e6bfd..3b23082 100644 --- a/templates/skin/common.title.header.tpl +++ b/templates/skin/common.title.header.tpl @@ -33,7 +33,7 @@ {if t($smarty.request.quick)} {assign var=requestQuick value=$smarty.request.quick} {else} - {assign var=requestQuick value="Recherche dans l'annuaire"} + {assign var=requestQuick value='Recherche dans l\'annuaire'} {/if}