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 ++
-  "" ++
+  "
" ++ "" ++ ""