Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
eric-wieser authored and hargoniX committed Jun 10, 2024
1 parent 2f52da7 commit ab34802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DocGen4/Output/Template.lean
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The HTML template used for all pages.
def baseHtmlGenerator (title : String) (site : Array Html) : BaseHtmlM Html := do
let moduleConstant :=
if let some module := ← getCurrentName then
#[<script>{s!"const MODULE_NAME={String.quote module.toString};"}</script>]
#[<script>{.raw s!"const MODULE_NAME={String.quote module.toString};"}</script>]
else
#[]
pure
Expand Down

0 comments on commit ab34802

Please sign in to comment.