Clean up line breaks

This commit is contained in:
ruan 2015-09-23 09:35:36 +02:00
parent 8bc3af57f9
commit 0243d02e2f
2 changed files with 2 additions and 2 deletions

View File

@ -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'];

View File

@ -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) {