From 7cdbf9efcc542701b489e8814628bf6a3b48074e Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Tue, 24 Oct 2017 02:42:33 +0200 Subject: Some comments have been updated, unnecessary whitespace at the end of some files was removed and some missing PHP closing tags were added. --- core/include/page/main.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'core/include/page') diff --git a/core/include/page/main.php b/core/include/page/main.php index 18ba4c8..e50445a 100644 --- a/core/include/page/main.php +++ b/core/include/page/main.php @@ -87,4 +87,5 @@ catch(Page\Exception $Exception) { #=============================================================================== catch(User\Exception $Exception) { Application::exit($Exception->getMessage()); -} \ No newline at end of file +} +?> \ No newline at end of file -- cgit v1.2.3