diff --git a/check.php b/check.php
index 0744180..f2b040e 100644
--- a/check.php
+++ b/check.php
@@ -37,7 +37,7 @@ class Check {
$href .= "&from=" . lcfirst($from_type['title']);
}
- echo "";
+ echo "
";
/*
$table = $page->settings->table['bans'];
diff --git a/history.php b/history.php
index 6f3e178..1029ac9 100644
--- a/history.php
+++ b/history.php
@@ -171,7 +171,7 @@ try {
$page->print_pager($total, $args);
}
} else {
- echo "No punishments found.
";
+ echo "No punishments found.
";
}
if ($from_href !== null) {