diff --git a/Text/Search/Sphinx/ExcerptConfiguration.hs b/Text/Search/Sphinx/ExcerptConfiguration.hs
--- a/Text/Search/Sphinx/ExcerptConfiguration.hs
+++ b/Text/Search/Sphinx/ExcerptConfiguration.hs
@@ -47,8 +47,7 @@
   , useBoundaries = False
   , startPassageId = 1
   , loadFiles = False
-  -- | "none", "strip", "index", and "retain". 
-  , htmlStripMode = "index"
+  , htmlStripMode = "index" -- "none", "strip", "index", and "retain". 
   , allowEmpty = False
 }
 
diff --git a/sphinx.cabal b/sphinx.cabal
--- a/sphinx.cabal
+++ b/sphinx.cabal
@@ -1,5 +1,5 @@
 Name:            sphinx
-Version:         0.4.0.2
+Version:         0.4.0.3
 Synopsis:        Haskell bindings to the Sphinx full-text searching deamon.
 Description:     Haskell bindings to the Sphinx full-text searching deamon. Compatible with sphinx version 1.1
 Category:        Text, Search, Database
