diff options
Diffstat (limited to 'data/templates/editprofile.tpl.php')
-rw-r--r-- | data/templates/editprofile.tpl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/editprofile.tpl.php b/data/templates/editprofile.tpl.php index 887dce3..518afbe 100644 --- a/data/templates/editprofile.tpl.php +++ b/data/templates/editprofile.tpl.php @@ -26,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> |