mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
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
Block a user