HTML validation.
authorStéphane Jacob <sj@m4x.org>
Mon, 21 Feb 2011 18:05:48 +0000 (19:05 +0100)
committerStéphane Jacob <sj@m4x.org>
Tue, 22 Feb 2011 06:49:20 +0000 (07:49 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/admin/user.tpl

index c4d880d..665b3be 100644 (file)
@@ -139,7 +139,7 @@ $(function() {
     <tr>
       <td class="titre">Nom complet<br />
         <span class="smaller">Prénom NOM</span>
-      </br></td>
+      </td>
       <td>{if $hasProfile}{$user->fullName()}{else}<input type="text" name="full_name" maxlength="255" value="{$user->fullName()}" />{/if}</td>
     </tr>
     <tr>