mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-01-06 00:39:44 +01:00
Fix handling of \n in strings
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user