use doctype 5 instead of !!!
This commit is contained in:
parent
03634a13b8
commit
b1bc42a8bd
@ -162,7 +162,7 @@ class RenderRoute a => Yesod a where
|
||||
p <- widgetToPageContent w
|
||||
mmsg <- getMessage
|
||||
hamletToRepHtml [hamlet|
|
||||
!!!
|
||||
doctype 5
|
||||
|
||||
<html>
|
||||
<head>
|
||||
|
||||
@ -25,7 +25,7 @@ instance Yesod App
|
||||
|
||||
getHomeR :: Handler RepHtml
|
||||
getHomeR = defaultLayout $ toWidget [hamlet|
|
||||
!!!
|
||||
doctype 5
|
||||
|
||||
<html>
|
||||
<body>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user