Sfoglia il codice sorgente

fixed srcset concatenation

Gildas 7 anni fa
parent
commit
5e585b5e7d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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(", "));
 			}));
 		}