Fixed yii\console\controllers\AssetController::adjustCssUrl() breaks URL reference specification (url(#id))

This commit is contained in:
Klimov Paul
2016-11-29 10:24:39 +02:00
parent 16a5777e0f
commit 18b0dab360
3 changed files with 8 additions and 1 deletions

View File

@ -537,6 +537,12 @@ EOL;
'/test/base/path/assets/css',
'.published-relative-dir-class {background-image: url(../img/same_relative_dir.png);}',
],
[
"img {clip-path: url(#xxx)}",
'/test/base/path/css',
'/test/base/path/assets/output',
"img {clip-path: url(#xxx)}",
],
];
}