HTML validation on corps display.
authorStéphane Jacob <sj@m4x.org>
Thu, 1 Jul 2010 08:25:22 +0000 (10:25 +0200)
committerSté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

index 6576785..df3cf2c 100644 (file)
@@ -181,10 +181,10 @@ function chgMainWinLoc(strPage)
       {if $corps && ($corps->current || $corps->original)}
       <ul>
         {if $corps->current}
-          <li>Corps actuel&nbsp;: {$corps->current_name} {$corps->current_rank}
+          <li>Corps actuel&nbsp;: {$corps->current_name} {$corps->current_rank}</li>
         {/if}
         {if $corps->original}
-          <li>Corps d'origine&nbsp;: {$corps->original_name}
+          <li>Corps d'origine&nbsp;: {$corps->original_name}</li>
         {/if}
       </ul>
       {/if}