FIX: Invalid link definition in bootstrap-json

This commit is contained in:
Jarek Radosz 2021-06-30 23:40:19 +02:00 committed by Robin Ward
parent ebcc70a5ba
commit 926889e2d4

View File

@ -70,7 +70,7 @@ function head(buffer, bootstrap) {
}
let link = `<link rel="stylesheet" type="text/css" href="${
s.href
}" ${attrs.join(" ")}></script>\n`;
}" ${attrs.join(" ")}>`;
buffer.push(link);
});