mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-12-13 11:34:52 +00:00
Clean up line breaks
This commit is contained in:
@@ -37,7 +37,7 @@ class Check {
|
||||
$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'];
|
||||
|
||||
|
||||
@@ -171,7 +171,7 @@ try {
|
||||
$page->print_pager($total, $args);
|
||||
}
|
||||
} else {
|
||||
echo "No punishments found.<br><br>";
|
||||
echo "No punishments found.<br>";
|
||||
}
|
||||
|
||||
if ($from_href !== null) {
|
||||
|
||||
Reference in New Issue
Block a user