ResourceLoaderImageModule: Use CSSMin::buildUrlValue() where needed
authorRoan Kattouw <roan.kattouw@gmail.com>
Wed, 13 Sep 2017 19:26:05 +0000 (12:26 -0700)
committerRoan Kattouw <roan.kattouw@gmail.com>
Thu, 14 Sep 2017 18:40:02 +0000 (11:40 -0700)
commit995b9ca4e5a0e8f3719e5e9cacdedfe7ea45f630
treeb6ed3b7b17732016d27eacc2ed0c87b4769259c3
parenta4631b92e7d57141954a2373ba33edae1512cb08
ResourceLoaderImageModule: Use CSSMin::buildUrlValue() where needed

We can't just assume that the URLs that we generate are safe to use
in url() without quotes. There's already a function that automatically
uses quotes where necessary, so use that.

Change-Id: I6663e49b82592eb45b8854fcff56ac966b39f8ce
includes/resourceloader/ResourceLoaderImageModule.php