diff options
Diffstat (limited to 'data/templates/editprofile.tpl.php')
-rw-r--r-- | data/templates/editprofile.tpl.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/data/templates/editprofile.tpl.php b/data/templates/editprofile.tpl.php index 232b1d3..2a3c3b8 100644 --- a/data/templates/editprofile.tpl.php +++ b/data/templates/editprofile.tpl.php @@ -3,9 +3,7 @@ $this->includeTemplate($GLOBALS['top_include']); ?> <form action="<?php echo $formaction; ?>" method="post"> -<input type="hidden" name="token" value="<?php echo $token; ?>"> - -</table> +<input type="hidden" name="token" value="<?php echo $token; ?>"/> <h3><?php echo T_('Account Details'); ?></h3> @@ -28,7 +26,7 @@ $this->includeTemplate($GLOBALS['top_include']); <tr> <th align="left"><?php echo T_('E-mail'); ?></th> <td><input type="text" name="pMail" size="75" value="<?php echo filter($objectUser->getEmail(), 'xml'); ?>" /></td> - <td>← <?php echo T_('Required'); ?></td> + <td>← <?php echo T_('Required'); ?></td> </tr> </table> |