projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f926f2b
)
Promo_display small bugfix.
author
Stéphane Jacob
<jacou@melix.net>
Wed, 10 Dec 2008 18:25:18 +0000
(19:25 +0100)
committer
Stéphane Jacob
<jacou@melix.net>
Wed, 10 Dec 2008 18:25:18 +0000
(19:25 +0100)
templates/profile/fiche_referent.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/profile/fiche_referent.tpl
b/templates/profile/fiche_referent.tpl
index
2be806f
..
b8ad720
100644
(file)
--- a/
templates/profile/fiche_referent.tpl
+++ b/
templates/profile/fiche_referent.tpl
@@
-26,7
+26,7
@@
<div id="fiche_identite">
<div class="civilite">
<strong>{$user->fullName()}</strong><br />
- <span>
X
{$user->promo()} - </span> <a href="mailto:{$user->bestEmail()}">{$user->bestEmail()}</a>
+ <span>{$user->promo()} - </span> <a href="mailto:{$user->bestEmail()}">{$user->bestEmail()}</a>
</div>
</div>
<div class="spacer"></div>