Skip to content

Commit

Permalink
fix dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
keks committed Mar 6, 2024
1 parent 98311ad commit aa20b61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions views/dashboard.dhall
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ let footer = XML.element {
XML.element {
name = "a",
attributes = [ XML.attribute "href" "bookmarklet.html" ],
content = "highlighting bookmarklet page"
content = [ XML.rawText "highlighting bookmarklet page" ]
}
]
}

let page = Html.outerTemplate "OpenMLS validation status" checkSetHtmls # [footer]
let page = Html.outerTemplate "OpenMLS validation status" (checkSetHtmls # [footer])

in "<!DOCTYPE html>" ++ XML.render page

0 comments on commit aa20b61

Please sign in to comment.