mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-09-04 11:08:28 +02:00
Fix handling of \n in strings
This commit is contained in:
@ -495,7 +495,7 @@ html_reserved(){
|
||||
output="${output//>/>}"
|
||||
output="${output//\"/"}"
|
||||
output="${output//\'/'}"
|
||||
tm_out "$output"
|
||||
printf -- "%s" "$output"
|
||||
return 0
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user