Fixes for URL expanding in CSSMin: adjust the offset correctly (this could've theoret...
authorRoan Kattouw <catrope@users.mediawiki.org>
Tue, 19 Jul 2011 21:19:50 +0000 (21:19 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Tue, 19 Jul 2011 21:19:50 +0000 (21:19 +0000)
commitcb8418647f53b101d9f1d35277c55796915b17f9
treee8ecc141875e87262795d4d4f1571790d50305c7
parentecceeb75850629824f6cc0267deb7a7eea2e03e6
Fixes for URL expanding in CSSMin: adjust the offset correctly (this could've theoretically resulted in very strange bugs) and only call wfExpandUrl() if available (the file is in includes/libs so it should work outside of MediaWiki)
includes/libs/CSSMin.php