diff --git a/modules/lang/web/+html.el b/modules/lang/web/+html.el index dfb57899e..b3b0ede61 100644 --- a/modules/lang/web/+html.el +++ b/modules/lang/web/+html.el @@ -28,7 +28,7 @@ '("tidy" "-q" "-indent" "--tidy-mark" "no" "--drop-empty-elements" "no" - "--show-body-only" "auto" ; don't inject html/body tags + "--show-body-only" "true" ; don't inject html/body tags ("--indent-spaces" "%d" tab-width) ("--indent-with-tabs" "%s" (if indent-tabs-mode "yes" "no")) ("-xml" (memq major-mode '(nxml-mode xml-mode))))