diff --git a/testssl.sh b/testssl.sh index f4a735f..4b8c463 100755 --- a/testssl.sh +++ b/testssl.sh @@ -495,7 +495,7 @@ html_reserved(){ output="${output//>/>}" output="${output//\"/"}" output="${output//\'/'}" - tm_out "$output" + printf -- "%s" "$output" return 0 }