stylize.php and fix whitespace for JSMin.php
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 29 Jan 2010 00:02:57 +0000 (00:02 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 29 Jan 2010 00:02:57 +0000 (00:02 +0000)
commit7550e0aaddfd75a2b3bb6eb4edff9e26e2651500
treef84b4561df52c3645dda2079e6767ce3c23149e6
parentc69affc4f07eb82571383260650d097e1bcabf7f
stylize.php and fix whitespace for JSMin.php

Two spaces were being used for indentation instead of a tab, and for
some reason stylize.php didn't fix that, but repeated
s/^\(\(  \)*\)  /\1\t/ worked.
includes/JSMin.php