From df9e1c45709c876d827b9314c6b229952e0727d1 Mon Sep 17 00:00:00 2001 From: Arun Date: Tue, 9 Oct 2007 18:44:19 +0200 Subject: CLEANUP: make html output a bit nicer added some newlines and spaces --- index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 7d2d4ab..538bc81 100644 --- a/index.php +++ b/index.php @@ -349,9 +349,9 @@ else if(myisset("me")) foreach($hashes as $hash) { if($hash == $me) - echo "$i "; + echo "$i \n"; else - echo "$i "; + echo "$i \n"; $i++; } echo "\n"; -- cgit v1.2.3-18-g5258