]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 238033: eliminate HTML closing tags that haven't been opened and fix...
authorjocuri%softhome.net <>
Sun, 21 Mar 2004 22:26:58 +0000 (22:26 +0000)
committerjocuri%softhome.net <>
Sun, 21 Mar 2004 22:26:58 +0000 (22:26 +0000)
editusers.cgi

index 32a7b06f34308f3d859b67a5f1454c3646fd3845..411704dce5504a1599a523c2b262ff36d81d0f63 100755 (executable)
@@ -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";
-
+    }
 }