From 768534d4ad6479cd3df124a345919ee55bbbbb7e Mon Sep 17 00:00:00 2001 From: alopexc0de Date: Wed, 20 Feb 2013 19:36:07 -0500 Subject: [PATCH] Minor fix of spacing after title tag - OCD correction --- img/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/img/index.php b/img/index.php index a5e2b04..c17006f 100755 --- a/img/index.php +++ b/img/index.php @@ -81,9 +81,9 @@ echo " \n"; echo " \n"; echo " \n"; - echo " UnPS-GAMA Image Host - Now Showing: ".$_GET['img'].""; + echo " UnPS-GAMA Image Host - Now Showing: ".$_GET['img']."\n"; }else{ - echo "UnPS-GAMA Image Host"; + echo "UnPS-GAMA Image Host\n"; } ?>