summaryrefslogtreecommitdiff
path: root/src/htmlbody
diff options
context:
space:
mode:
Diffstat (limited to 'src/htmlbody')
-rwxr-xr-xsrc/htmlbody2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmlbody b/src/htmlbody
index 6dcab31..d24aa2a 100755
--- a/src/htmlbody
+++ b/src/htmlbody
@@ -26,7 +26,7 @@ plaintext_links() {
indent_4_blocks() {
printf '<div><div><div><div>%s</div></div></div></div>' "$(cat -)" |
- tidy -quiet -indent -xml |
+ tidy -quiet -indent --show-body-only yes |
head -n -4 |
tail -n +5
}