Fix info.php labels

This commit is contained in:
ruan 2016-10-15 08:39:54 +02:00
parent fc2471d94c
commit d26d56775a
No known key found for this signature in database
GPG Key ID: 062534EE618F498C

View File

@ -160,7 +160,7 @@ if ($st->execute(array($id))) {
$header .= "<span $style class='label label-danger'>Permanent</span>";
}
}
$page->print_header($header);
$page->print_header(true, $header);
$map = $info->basic_info($row, $player_name);