зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
809b3fa31d
Коммит
bdfb4b81ff
|
@ -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";
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче