From f57d4ab4677e0a2251496f1eea929eef3067e733 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Fri, 10 Sep 2004 23:54:14 +0000 Subject: [PATCH] don't escape groups, there can be urls there ... that was the 90% commit. goto bed now --- templates/fiche.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/fiche.tpl b/templates/fiche.tpl index cd76d14..687c8ea 100644 --- a/templates/fiche.tpl +++ b/templates/fiche.tpl @@ -17,7 +17,7 @@ * Foundation, Inc., * * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * *************************************************************************** - $Id: fiche.tpl,v 1.10 2004-09-10 23:52:13 x2000habouzit Exp $ + $Id: fiche.tpl,v 1.11 2004-09-10 23:54:14 x2000habouzit Exp $ ***************************************************************************} @@ -42,7 +42,7 @@
Photo de {$forlife}
{if $section}Section : {$section}
{/if} {if $binets}Binet(s) : {$binets}
{/if} - {if $groupes}Groupe(s) X : {$groupes}
{/if} + {if $groupes}Groupe(s) X : {$groupes|smarty:nodefaults}
{/if} {if $mobile}Mobile : {$mobile}
{/if} {if $web}Site Web :
{$web}
{/if} {if $libre}
Commentaires :
{$libre|nl2br}{/if} -- 2.1.4