FIX: Invalid link definition in bootstrap-json
This commit is contained in:
parent
ebcc70a5ba
commit
926889e2d4
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue