diff --git a/Text/Chatty/Extended/HTML.hs b/Text/Chatty/Extended/HTML.hs
--- a/Text/Chatty/Extended/HTML.hs
+++ b/Text/Chatty/Extended/HTML.hs
@@ -63,7 +63,7 @@
 maskHtml '&' = "&amp;"
 maskHtml '<' = "&lt;"
 maskHtml '>' = "&gt;"
-maskHtml ' ' = "&nbsp;"
+--maskHtml ' ' = "&nbsp;"
 maskHtml c = [c]
 
 -- | Convert the given colour to its CSS representation.
diff --git a/chatty.cabal b/chatty.cabal
--- a/chatty.cabal
+++ b/chatty.cabal
@@ -10,7 +10,7 @@
 -- PVP summary:      +-+------- breaking API changes
 --                   | | +----- non-breaking API additions
 --                   | | | +--- code changes with no API change
-version:             0.5.4.0
+version:             0.5.4.1
 
 -- A short (one-line) description of the package.
 synopsis:            Some monad transformers and typeclasses to simplify I/O on a transformer stack.
