Ver Fonte

fixed srcset concatenation

Gildas há 7 anos atrás
pai
commit
5e585b5e7d
1 ficheiros alterados com 1 adições e 1 exclusões
  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(", "));
 			}));
 		}