1
0
Эх сурвалжийг харах

fixed srcset concatenation

Gildas 7 жил өмнө
parent
commit
5e585b5e7d

+ 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(", "));
 			}));
 		}