From 32df46fd26c885ffe82dd5287603c2ae66df98b6 Mon Sep 17 00:00:00 2001 From: Vincent Zanotti Date: Sat, 5 Apr 2008 23:58:02 +0200 Subject: [PATCH] Fixes URLs for marketing on broken users in Xnet's lists. Signed-off-by: Vincent Zanotti --- templates/lists/members.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/lists/members.tpl b/templates/lists/members.tpl index 9b6a851..dfd5761 100644 --- a/templates/lists/members.tpl +++ b/templates/lists/members.tpl @@ -95,7 +95,7 @@ {if $promo && strpos($x.l, '@') === false} - {if $x.b}{icon name=error}{/if} + {if $x.b}{icon name=error}{/if} {$x.n} {elseif $x.x} {$x.n} @@ -137,7 +137,7 @@ {if $promo && strpos($x.l, '@') === false} - {if $x.b}{icon name=error}{/if} + {if $x.b}{icon name=error}{/if} {$x.n} {elseif $x.x} {$x.n} -- 2.1.4