Promo_display small bugfix.
authorStéphane Jacob <jacou@melix.net>
Wed, 10 Dec 2008 18:25:18 +0000 (19:25 +0100)
committerStéphane Jacob <jacou@melix.net>
Wed, 10 Dec 2008 18:25:18 +0000 (19:25 +0100)
templates/profile/fiche_referent.tpl

index 2be806f..b8ad720 100644 (file)
@@ -26,7 +26,7 @@
   <div id="fiche_identite">
     <div class="civilite">
       <strong>{$user->fullName()}</strong><br />
-      <span>X{$user->promo()}&nbsp;-&nbsp;</span> <a href="mailto:{$user->bestEmail()}">{$user->bestEmail()}</a>
+      <span>{$user->promo()}&nbsp;-&nbsp;</span> <a href="mailto:{$user->bestEmail()}">{$user->bestEmail()}</a>
     </div>
   </div>
   <div class="spacer"></div>