diff --git a/Yesod/Internal/Core.hs b/Yesod/Internal/Core.hs
--- a/Yesod/Internal/Core.hs
+++ b/Yesod/Internal/Core.hs
@@ -540,14 +540,14 @@
         [hamlet|
 $newline never
 <h1>Internal Server Error
-<p>#{e}
+<pre>#{e}
 |]
 defaultErrorHandler (BadMethod m) =
     applyLayout' "Bad Method"
         [hamlet|
 $newline never
 <h1>Method Not Supported
-<p>Method "#{S8.unpack m}" not supported
+<p>Method <code>#{S8.unpack m}</code> not supported
 |]
 
 -- | Return the same URL if the user is authorized to see it.
diff --git a/yesod-core.cabal b/yesod-core.cabal
--- a/yesod-core.cabal
+++ b/yesod-core.cabal
@@ -1,5 +1,5 @@
 name:            yesod-core
-version:         1.1.4.1
+version:         1.1.4.2
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
