From e870a85a860b1939423100a243a5e10c58b8ff85 Mon Sep 17 00:00:00 2001 From: ruan Date: Wed, 2 Sep 2015 12:11:17 +0200 Subject: [PATCH] Remove redundant closing tags --- check.php | 1 - includes/page.php | 2 -- includes/settings.php | 2 -- 3 files changed, 5 deletions(-) diff --git a/check.php b/check.php index be8dd5b..77f4cd3 100644 --- a/check.php +++ b/check.php @@ -61,4 +61,3 @@ if (isset($_POST['name'], $_POST['table'])) { $check = new Check(); $check->run($_POST['name']); } -?> diff --git a/includes/page.php b/includes/page.php index 4f54841..a30b0ce 100644 --- a/includes/page.php +++ b/includes/page.php @@ -176,5 +176,3 @@ class Page { echo ""; } } - -?> diff --git a/includes/settings.php b/includes/settings.php index 9c74b76..59be0b2 100644 --- a/includes/settings.php +++ b/includes/settings.php @@ -77,5 +77,3 @@ final class Settings { } } } - -?>