diff options
-rwxr-xr-x | userprefs.cgi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/userprefs.cgi b/userprefs.cgi index 4e73ec3a9..c6672fd02 100755 --- a/userprefs.cgi +++ b/userprefs.cgi @@ -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"; } |