Fix "CSSMin url() value remapping not working in certain obscure cases"
authorStephan Gambke <s7eph4n@gmail.com>
Sun, 8 Jun 2014 22:33:20 +0000 (00:33 +0200)
committerStephan Gambke <s7eph4n@gmail.com>
Mon, 9 Jun 2014 21:50:28 +0000 (23:50 +0200)
commitfa1053a16a5b3ff2004f6c06c69e87f8570a35d7
treea6420ace8feab19cbfcf6230b31b7f54c58e2494
parent914ac132261307c3f71eaa48d5685c3341c124e7
Fix "CSSMin url() value remapping not working in certain obscure cases"

This patch extends the regex used to find URLs by css block quote subpatterns.

Bug: 60077
Change-Id: Ife00d01b78c6369f20ffc49d20aa58e354a61ee7
includes/libs/CSSMin.php
tests/phpunit/includes/libs/CSSMinTest.php