projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4c4ee5
)
HTML validation on corps display.
author
Stéphane Jacob
<sj@m4x.org>
Thu, 1 Jul 2010 08:25:22 +0000
(10:25 +0200)
committer
Stéphane Jacob
<sj@m4x.org>
Thu, 1 Jul 2010 08:25:22 +0000
(10:25 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/profile/profile.tpl
patch
|
blob
|
blame
|
history
diff --git
a/templates/profile/profile.tpl
b/templates/profile/profile.tpl
index
6576785
..
df3cf2c
100644
(file)
--- a/
templates/profile/profile.tpl
+++ b/
templates/profile/profile.tpl
@@
-181,10
+181,10
@@
function chgMainWinLoc(strPage)
{if $corps && ($corps->current || $corps->original)}
<ul>
{if $corps->current}
- <li>Corps actuel : {$corps->current_name} {$corps->current_rank}
+ <li>Corps actuel : {$corps->current_name} {$corps->current_rank}
</li>
{/if}
{if $corps->original}
- <li>Corps d'origine : {$corps->original_name}
+ <li>Corps d'origine : {$corps->original_name}
</li>
{/if}
</ul>
{/if}