From f68669f63fe50f7410657fd3e7602a8b73cc7f86 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 16 Nov 2010 00:36:48 +1100 Subject: [PATCH] Trimmed new lines after include scripts. --- inc/config.php | 2 +- inc/display.php | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index 9767a311..d1cbc137 100644 --- a/inc/config.php +++ b/inc/config.php @@ -123,4 +123,4 @@ if(!file_exists(DIR_THUMB)) @mkdir(DIR_THUMB) or error("Couldn't create " . DIR_IMG . ". Install manually.", true); if(!file_exists(DIR_RES)) @mkdir(DIR_RES) or error("Couldn't create " . DIR_IMG . ". Install manually.", true); } -?> +?> \ No newline at end of file diff --git a/inc/display.php b/inc/display.php index 95df3796..6156e6cf 100644 --- a/inc/display.php +++ b/inc/display.php @@ -195,5 +195,4 @@ return $built; } }; -?> - +?> \ No newline at end of file