Skip to content

Commit 1e51521

Browse files
committed
minor
1 parent c31f3b2 commit 1e51521

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared/Helpers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ dynamic InitializedPageAssets() {
8585
var bsCheck = CreateInstance("Bootstrap4.cs");
8686
return
8787
bsCheck.EnsureBootstrap4()
88-
+ "<link rel='stylesheet' href=" + @App.Path + "/assets/styles.css' enableoptimizations='true' />"
88+
+ "<link rel='stylesheet' href='" + @App.Path + "/assets/styles.css' enableoptimizations='true' />"
8989
;
9090
}
9191

0 commit comments

Comments
 (0)