From 2b4c8b925442a1677fcf188671a876b95f946a69 Mon Sep 17 00:00:00 2001 From: Romain d'Alverny Date: Wed, 8 Jun 2011 16:50:20 +0000 Subject: unneeded --- index.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/index.php b/index.php index d011235..9d51427 100644 --- a/index.php +++ b/index.php @@ -103,6 +103,3 @@ ob_start(); $s = ob_get_clean(); $s = str_replace(array(">\n", ">\n\t", "\t", ' ', ";\n"), array('>', '>', '', '', ';'), $s); echo $s; - - -?> \ No newline at end of file -- cgit v1.2.1