diff options
author | Andreas Gohr <andi@splitbrain.org> | 2012-02-17 21:48:02 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2012-02-17 21:48:02 +0100 |
commit | 4d3ea096062ffd40303a0499aee5b7f757e00948 (patch) | |
tree | f7d310fbbb298bf7ad1d11a944f94ccec32eeb18 | |
parent | 451e1b4dc1985d10b3aeaeeaf23d5498ce87032b (diff) | |
download | rpg-4d3ea096062ffd40303a0499aee5b7f757e00948.tar.gz rpg-4d3ea096062ffd40303a0499aee5b7f757e00948.tar.bz2 |
removed commented line
-rw-r--r-- | inc/html.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php index dea9ac6ab..50989f236 100644 --- a/inc/html.php +++ b/inc/html.php @@ -1677,7 +1677,6 @@ function html_resendpwd() { $form->startFieldset($lang['btn_resendpwd']); $form->addHidden('token', $token); $form->addHidden('do', 'resendpwd'); - //$form->addElement(form_makeTag('br')); $form->addElement(form_makePasswordField('pass', $lang['pass'], '', 'block', array('size'=>'50'))); $form->addElement(form_makePasswordField('passchk', $lang['passchk'], '', 'block', array('size'=>'50'))); |