mirror of
https://github.com/drwetter/testssl.sh.git
synced 2025-10-29 21:05:26 +01:00
add missing \n for html output
This commit is contained in:
@@ -402,8 +402,8 @@ safe_echo() { printf -- "%b" "${1//%/%%}"; }
|
||||
tm_out() { printf -- "%b" "${1//%/%%}"; }
|
||||
tmln_out() { printf -- "%b" "${1//%/%%}\n"; }
|
||||
|
||||
out() { printf -- "%b" "${1//%/%%}"; html_out "$1"; }
|
||||
outln() { printf -- "%b" "${1//%/%%}\n"; html_out "$1"; }
|
||||
out() { printf -- "%b" "${1//%/%%}"; html_out "$1"; }
|
||||
outln() { printf -- "%b" "${1//%/%%}\n"; html_out "$1\n"; }
|
||||
|
||||
#TODO: Still no shell injection safe but if just run it from the cmd line: that's fine
|
||||
|
||||
|
||||
Reference in New Issue
Block a user