diff --git a/testssl.sh b/testssl.sh index 08f7b1f4..a3b9cc5d 100755 --- a/testssl.sh +++ b/testssl.sh @@ -2716,7 +2716,7 @@ emphasize_stuff_in_headers(){ -e "s/system-wsgw-management-loopback/${yellow}system-wsgw-management-loopback${off}/g" if "$do_html"; then - if [[ $COLOR -eq 2 ]]; then + if [[ $COLOR -ge 2 ]]; then html_out "$(tm_out "$1" | sed -e 's/\&/\&/g' \ -e 's//\>/g' -e 's/"/\"/g' -e "s/'/\'/g" \ -e "s/\([0-9]\)/${html_brown}\1${html_off}/g" \