Jelajahi Sumber

fixed URL generation

Gildas 7 tahun lalu
induk
melakukan
b7130d64b2
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      lib/single-file/single-file-core.js

+ 1 - 1
lib/single-file/single-file-core.js

@@ -1251,7 +1251,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 											}
 										});
 									} else {
-										declaration.value = "url(" + DOM.removeQuotes(DomUtil.getCSSValue(content)) + ")";
+										declaration.value = "url(" + content + ")";
 									}
 								}
 							}