Index: trunk/phase3/includes/libs/CSSMin.php |
— | — | @@ -139,7 +139,7 @@ |
140 | 140 | $origLength = strlen( $match['file'][0] ); |
141 | 141 | $lengthIncrease = strlen( $expanded ) - $origLength; |
142 | 142 | $source = substr_replace( $source, wfExpandUrl( $match['file'][0], PROTO_RELATIVE ), |
143 | | - $match['file'][1], $origLength, |
| 143 | + $match['file'][1], $origLength |
144 | 144 | ); |
145 | 145 | } |
146 | 146 | // Move the offset to the end of the match, leaving it alone |