From 0243d02e2f4d11b8857a08b219067d118fad722b Mon Sep 17 00:00:00 2001 From: ruan Date: Wed, 23 Sep 2015 09:35:36 +0200 Subject: [PATCH] Clean up line breaks --- check.php | 2 +- history.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) {