From 49c301d26e12c05daa7e8a3ecf89545390c169aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6nke=20Hahn?= Date: Thu, 13 Nov 2014 20:50:36 +0800 Subject: [PATCH] html's verbatim is called pre --- src/Servant/Utils/StaticFiles.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Servant/Utils/StaticFiles.hs b/src/Servant/Utils/StaticFiles.hs index 8b1c772c..6399115b 100644 --- a/src/Servant/Utils/StaticFiles.hs +++ b/src/Servant/Utils/StaticFiles.hs @@ -26,8 +26,8 @@ toHtml :: String -> String toHtml markdown = "" ++ "" ++ - "" ++ + "
" ++
   markdown ++
-  "" ++
+  "
" ++ "" ++ ""