Explorar o código

fixed srcset concatenation

Gildas %!s(int64=7) %!d(string=hai) anos
pai
achega
5e585b5e7d
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

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