mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
Fixed yii\console\controllers\AssetController::adjustCssUrl()
breaks URL reference specification (url(#id)
)
This commit is contained in:
@ -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)}",
|
||||
],
|
||||
];
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user