summaryrefslogtreecommitdiff
path: root/inc/html.php
diff options
context:
space:
mode:
authorAndreas Gohr <andi@splitbrain.org>2012-02-17 21:48:02 +0100
committerAndreas Gohr <andi@splitbrain.org>2012-02-17 21:48:02 +0100
commit4d3ea096062ffd40303a0499aee5b7f757e00948 (patch)
treef7d310fbbb298bf7ad1d11a944f94ccec32eeb18 /inc/html.php
parent451e1b4dc1985d10b3aeaeeaf23d5498ce87032b (diff)
downloadrpg-4d3ea096062ffd40303a0499aee5b7f757e00948.tar.gz
rpg-4d3ea096062ffd40303a0499aee5b7f757e00948.tar.bz2
removed commented line
Diffstat (limited to 'inc/html.php')
-rw-r--r--inc/html.php1
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')));