diff --git a/heist.cabal b/heist.cabal
--- a/heist.cabal
+++ b/heist.cabal
@@ -1,5 +1,5 @@
 name:           heist
-version:        0.5.1.0
+version:        0.5.1.1
 synopsis:       An xhtml templating system
 description:    An xhtml templating system
 license:        BSD3
diff --git a/src/Text/Templating/Heist.hs b/src/Text/Templating/Heist.hs
--- a/src/Text/Templating/Heist.hs
+++ b/src/Text/Templating/Heist.hs
@@ -141,8 +141,7 @@
 -- | The default set of built-in splices.
 defaultSpliceMap :: MonadIO m => FilePath -> SpliceMap m
 defaultSpliceMap templatePath = Map.fromList
-    [(htmlTag, htmlImpl)
-    ,(applyTag, applyImpl)
+    [(applyTag, applyImpl)
     ,(bindTag, bindImpl)
     ,(ignoreTag, ignoreImpl)
     ,(markdownTag, markdownSplice templatePath)
