diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+## 1.6.0.1
+
+* Fix serious documentation layout problem caused by typo
+
 ## 1.6
 
 This release completes the breaking changes started in 1.5.  For details
diff --git a/Yesod/Auth/HashDB.hs b/Yesod/Auth/HashDB.hs
--- a/Yesod/Auth/HashDB.hs
+++ b/Yesod/Auth/HashDB.hs
@@ -144,7 +144,7 @@
 -- >         render <- lift getUrlRender
 -- >         typedContent@(TypedContent ct _) <- selectRep $ do
 -- >             provideRepType typeHtml $ return emptyContent
-                                -- Dummy: the real Html version is at the end
+-- >                            -- Dummy: the real Html version is at the end
 -- >             provideJson $ object [("loginUrl", toJSON $ render submission)]
 -- >         when (ct == typeJson) $
 -- >             sendResponse typedContent   -- Short-circuit JSON response
diff --git a/yesod-auth-hashdb.cabal b/yesod-auth-hashdb.cabal
--- a/yesod-auth-hashdb.cabal
+++ b/yesod-auth-hashdb.cabal
@@ -1,5 +1,5 @@
 name:            yesod-auth-hashdb
-version:         1.6
+version:         1.6.0.1
 license:         MIT
 license-file:    LICENSE
 author:          Patrick Brisbin, later changes Paul Rouse
