From: Jakub Vrana Date: Mon, 3 Sep 2012 22:03:55 +0000 (-0700) Subject: Minimize space around % X-Git-Tag: v3.6.0~30 X-Git-Url: https://git.joonet.de/?a=commitdiff_plain;h=541561be4d73854631f693ea2c535163b5bfdfc7;p=adminer.git Minimize space around % --- diff --git a/compile.php b/compile.php index 56e003a9..b3ca074d 100755 --- a/compile.php +++ b/compile.php @@ -145,7 +145,7 @@ function php_shrink($input) { $short_variables[$key] = short_identifier($number, $chars); // could use also numbers and \x7f-\xff } - $set = array_flip(preg_split('//', '!"#$&\'()*+,-./:;<=>?@[\]^`{|}')); + $set = array_flip(preg_split('//', '!"#$%&\'()*+,-./:;<=>?@[\]^`{|}')); $space = ''; $output = ''; $in_echo = false;