From: jocuri%softhome.net <> Date: Sun, 21 Mar 2004 22:26:58 +0000 (+0000) Subject: Patch for bug 238033: eliminate HTML closing tags that haven't been opened and fix... X-Git-Tag: bugzilla-2.18rc1~164 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be33be2c320b8b6cd17def9cd5030866b926048b;p=thirdparty%2Fbugzilla.git Patch for bug 238033: eliminate HTML closing tags that haven't been opened and fix an identation issue; patch by Rudolf Ramler ; r=vlad, a=justdave. --- diff --git a/editusers.cgi b/editusers.cgi index 32a7b06f34..411704dce5 100755 --- a/editusers.cgi +++ b/editusers.cgi @@ -191,12 +191,10 @@ sub EmitFormElements ($$$$) print ']' if ($isderived); print ""; print ucfirst($name) . ": $description\n"; - } } } print "\n"; - print "\n"; - + } }