Commit 1178d9a0 authored by timeless%mac.com's avatar timeless%mac.com

Bugzilla Bug 51521 Broken HTML on user permissions page

patchwork by john.beranek@pace.co.uk and kiko. r=zach, kiko, gerv
parent 812e23f4
......@@ -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";
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment