fix doctype 5

This commit is contained in:
gregwebs 2012-03-25 08:21:21 -07:00
parent 589ab4a547
commit 2baeddd698
2 changed files with 2 additions and 2 deletions

View File

@ -162,7 +162,7 @@ class RenderRoute a => Yesod a where
p <- widgetToPageContent w
mmsg <- getMessage
hamletToRepHtml [hamlet|
doctype 5
$doctype 5
<html>
<head>

View File

@ -25,7 +25,7 @@ instance Yesod App
getHomeR :: Handler RepHtml
getHomeR = defaultLayout $ toWidget [hamlet|
doctype 5
$doctype 5
<html>
<body>