From 3487f6b9f2a97452d6e06c42801c0edf04e36c8b Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 15 Nov 2023 09:33:13 -0800 Subject: [PATCH] oops, stop calling tidy --- scripts/xhtmlize.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/xhtmlize.sh b/scripts/xhtmlize.sh index 4d23fd3..263ab0d 100644 --- a/scripts/xhtmlize.sh +++ b/scripts/xhtmlize.sh @@ -8,9 +8,6 @@ set -e -u output_dir="$1" script_dir="$(dirname "$0")" -tidy_version="$(tidy -version)" -export TIDY="" - { printf '\t' && sed -e '7q;d' "$output_dir/index.html" } >"$output_dir/tmp.css"