Gildas 7 年 前
コミット
113e4b1648
1 ファイル変更1 行追加1 行削除
  1. 1 1
      lib/single-file/single-file-core.js

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

@@ -1208,7 +1208,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 											} catch (error) {
 												// ignored
 											}
-											if (token.type == "Url" && DOM.removeQuotes(tokenValue == originalResourceURL) {
+											if (token.type == "Url" && DOM.removeQuotes(tokenValue) == originalResourceURL) {
 												token.value.value = content;
 											}
 										});