We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31f3b2 commit 1e51521Copy full SHA for 1e51521
shared/Helpers.cs
@@ -85,7 +85,7 @@ dynamic InitializedPageAssets() {
85
var bsCheck = CreateInstance("Bootstrap4.cs");
86
return
87
bsCheck.EnsureBootstrap4()
88
- + "<link rel='stylesheet' href=" + @App.Path + "/assets/styles.css' enableoptimizations='true' />"
+ + "<link rel='stylesheet' href='" + @App.Path + "/assets/styles.css' enableoptimizations='true' />"
89
;
90
}
91
0 commit comments