diff options
-rwxr-xr-x | src/htmlbody | 2 |
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 } |