1
0
mirror of https://github.com/drwetter/testssl.sh.git synced 2025-06-06 23:28:35 +02:00

Fix handling of \n in strings

This commit is contained in:
David Cooper 2020-02-03 11:23:21 -05:00
parent b92f0de2c9
commit 83e76a442b

@ -495,7 +495,7 @@ html_reserved(){
output="${output//>/>}" output="${output//>/>}"
output="${output//\"/"}" output="${output//\"/"}"
output="${output//\'/'}" output="${output//\'/'}"
tm_out "$output" printf -- "%s" "$output"
return 0 return 0
} }