]> git.joonet.de Git - adminer.git/commitdiff
Minimize space around %
authorJakub Vrana <jakub@vrana.cz>
Mon, 3 Sep 2012 22:03:55 +0000 (15:03 -0700)
committerJakub Vrana <jakub@vrana.cz>
Mon, 3 Sep 2012 22:03:55 +0000 (15:03 -0700)
compile.php

index 56e003a9e4ec9a080b608565fee741d266e9d430..b3ca074d8a6e847d7edaa06ba7a5a4223950ca19 100755 (executable)
@@ -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;