fix checkuser page + add harem addition to invite page

This commit is contained in:
xiaomlove
2022-08-05 16:13:19 +08:00
parent cfda6aec1d
commit 60013897ab
8 changed files with 42 additions and 24 deletions
+3 -1
View File
@@ -614,7 +614,9 @@ function begin_main_frame($caption = "", $center = false, $width = 100)
if ($center)
$tdextra .= " align=\"center\"";
$width = 1200 * $width /100;
if (!str_ends_with($width, '%')) {
$width = 1200 * $width / 100;
}
print("<table class=\"main\" width=\"".$width."\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">" .
"<tr><td class=\"embedded\" $tdextra>");