Quellcode durchsuchen

fixed URL generation

Gildas vor 7 Jahren
Ursprung
Commit
b7130d64b2
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 + ")";
 									}
 								}
 							}