add missing \n for html output

This commit is contained in:
Dirk 2017-10-08 22:03:29 +02:00
parent e8e4609495
commit 6f896a057b
1 changed files with 2 additions and 2 deletions

View File

@ -403,7 +403,7 @@ 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"; }
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