Fix double html-encoding.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 28 Dec 2010 21:09:33 +0000 (22:09 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Tue, 28 Dec 2010 21:09:33 +0000 (22:09 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
templates/skin/common.title.header.tpl

index 3b23082..b78620c 100644 (file)
@@ -31,7 +31,7 @@
               <td class="inscrits">
                 {$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}