Explorar o código

fixed URL generation

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
b7130d64b2
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 + ")";
 									}
 								}
 							}