Skip to content

Commit

Permalink
Fix Valid CSS link
Browse files Browse the repository at this point in the history
  • Loading branch information
xrchz committed Nov 15, 2017
1 parent 675112f commit 4bf5db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion serverLib.sml
Original file line number Diff line number Diff line change
Expand Up @@ -776,7 +776,7 @@ in
@ [footer [a host "CakeML main page",
a "https://github.com/CakeML/regression" "Site code on GitHub",
a (String.concat["https://validator.w3.org/nu/?doc=",server]) "Valid HTML",
a (String.concat["https://jigsaw.w3.org/css-validator/validator?uri=",server,style_href]) "Valid CSS"]]
a (String.concat["https://jigsaw.w3.org/css-validator/validator?uri=",host,style_href]) "Valid CSS"]]
| req_body (DisplayJob id) =
let
val jid = Int.toString id
Expand Down

0 comments on commit 4bf5db1

Please sign in to comment.