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

View File

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