use doctype 5 instead of !!!

This commit is contained in:
gregwebs 2012-03-25 07:49:18 -07:00
parent 03634a13b8
commit b1bc42a8bd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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