]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bugzilla Bug 51521 Broken HTML on user permissions page
authortimeless%mac.com <>
Wed, 10 Oct 2001 11:47:17 +0000 (11:47 +0000)
committertimeless%mac.com <>
Wed, 10 Oct 2001 11:47:17 +0000 (11:47 +0000)
patchwork by john.beranek@pace.co.uk and kiko. r=zach, kiko, gerv

userprefs.cgi

index 4e73ec3a9cd946b49fbb8b9ba8f4017a5b3d7820..c6672fd02b3a1ecd27f69a55a35919c13ba41d05 100755 (executable)
@@ -502,7 +502,7 @@ sub SaveFooter {
 
 
 sub ShowPermissions {
-    print "You have the following permission bits set on your account:\n";
+    print "<TR><TD>You have the following permission bits set on your account:\n";
     print "<P><UL>\n";
     my $found = 0;
     SendSQL("SELECT description FROM groups " .
@@ -532,6 +532,7 @@ sub ShowPermissions {
         }
         print "</UL>\n";
     }
+    print "</TR></TD>\n";
 }