From be33be2c320b8b6cd17def9cd5030866b926048b Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Sun, 21 Mar 2004 22:26:58 +0000 Subject: 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. --- editusers.cgi | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'editusers.cgi') 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 ""; print ucfirst($name) . ": $description\n"; - } } } print "\n"; - print "\n"; - + } } -- cgit v1.2.3-24-g4f1b