mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-07-09 15:27:32 +00:00
Clean up line breaks
This commit is contained in:
parent
8bc3af57f9
commit
0243d02e2f
@ -37,7 +37,7 @@ class Check {
|
|||||||
$href .= "&from=" . lcfirst($from_type['title']);
|
$href .= "&from=" . lcfirst($from_type['title']);
|
||||||
}
|
}
|
||||||
|
|
||||||
echo "<script type=\"text/javascript\">document.location=\"$href\";</script>";
|
echo "<br><script type=\"text/javascript\">document.location=\"$href\";</script>";
|
||||||
/*
|
/*
|
||||||
$table = $page->settings->table['bans'];
|
$table = $page->settings->table['bans'];
|
||||||
|
|
||||||
|
@ -171,7 +171,7 @@ try {
|
|||||||
$page->print_pager($total, $args);
|
$page->print_pager($total, $args);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
echo "No punishments found.<br><br>";
|
echo "No punishments found.<br>";
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($from_href !== null) {
|
if ($from_href !== null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user