From 8eb5ea17b332b6440618640d67aefcd202797e21 Mon Sep 17 00:00:00 2001 From: jakubvrana Date: Fri, 10 Apr 2009 12:01:11 +0000 Subject: [PATCH] Compress CSS git-svn-id: https://adminer.svn.sourceforge.net/svnroot/adminer/trunk@576 7c3ca157-0c34-0410-bff1-cbf682f78f5c --- _compile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_compile.php b/_compile.php index c23f4b75..7651ed0d 100644 --- a/_compile.php +++ b/_compile.php @@ -119,7 +119,7 @@ if (isset($_GET["file"])) { echo base64_decode("' . base64_encode(file_get_contents("favicon.ico")) . '"); } elseif ($_GET["file"] == "default.css") { header("Content-Type: text/css"); - ?>' . file_get_contents("default.css") . '' . preg_replace('~\\s*([:;{},])\\s+~', '\\1', file_get_contents("default.css")) . '