Bugzilla Bug 51521 Broken HTML on user permissions page

patchwork by john.beranek@pace.co.uk and kiko. r=zach, kiko, gerv
This commit is contained in:
timeless%mac.com 2001-10-10 04:47:17 +00:00
Родитель 809b3fa31d
Коммит bdfb4b81ff
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -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";
}