From eb3e8d0c0cd29e2bf44e0cd55b4fdbfeedcf9636 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Rapha=C3=ABl=20Barrois?= Date: Tue, 26 Oct 2010 23:51:34 +0200 Subject: [PATCH] Fix smarty escaping problem in common skin MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Raphaël Barrois --- templates/skin/common.title.header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}
-- 2.1.4