diff options
author | jocuri%softhome.net <> | 2004-03-21 23:26:58 +0100 |
---|---|---|
committer | jocuri%softhome.net <> | 2004-03-21 23:26:58 +0100 |
commit | be33be2c320b8b6cd17def9cd5030866b926048b (patch) | |
tree | 08144823331d266b7b35754e61af06f0cb4e9de3 /editusers.cgi | |
parent | fcf42ecc83e078f8d46007473a4a83b9733f102f (diff) | |
download | bugzilla-be33be2c320b8b6cd17def9cd5030866b926048b.tar.gz bugzilla-be33be2c320b8b6cd17def9cd5030866b926048b.tar.xz |
Patch for bug 238033: eliminate HTML closing tags that haven't been opened and fix an identation issue; patch by Rudolf Ramler <rudolf.ramler@scch.at>; r=vlad, a=justdave.
Diffstat (limited to 'editusers.cgi')
-rwxr-xr-x | editusers.cgi | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editusers.cgi b/editusers.cgi index 32a7b06f3..411704dce 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -191,12 +191,10 @@ sub EmitFormElements ($$$$) print ']' if ($isderived); print "</TD><TD><B>"; print ucfirst($name) . "</B>: $description</TD>\n"; - } } } print "</TR></TABLE></TD>\n"; - print "</TR></TABLE></TD>\n"; - + } } |