Procházet zdrojové kódy

fixed srcset concatenation

Gildas před 7 roky
rodič
revize
5e585b5e7d
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      lib/single-file/single-file-core.js

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

@@ -778,7 +778,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
 						}
 					}
 				}));
-				resourceElement.setAttribute(attributeName, srcsetValues.join(","));
+				resourceElement.setAttribute(attributeName, srcsetValues.join(", "));
 			}));
 		}