From: paul Date: Fri, 15 Apr 2016 11:10:21 +0000 (+0000) Subject: last commit message was wrong, improved prescription overview in therapy X-Git-Url: https://git.plutz.net/?p=confetti;a=commitdiff_plain;h=8c40caf97226f3b5eb4812e7ce24183b1c83efea last commit message was wrong, improved prescription overview in therapy svn path=/trunk/; revision=102 --- diff --git a/pages/therapy.sh b/pages/therapy.sh index de8ca8b..8885515 100755 --- a/pages/therapy.sh +++ b/pages/therapy.sh @@ -46,11 +46,11 @@ client_name="${n:-${card_FN:-${card_NICK}}}" mpx=() cat "$mpxfile" |while read -r line; do val="${line#*:}" - mpx[${line%%:*}]="${val//\\n/$BR}" + mpx[${line%%:*}]="$(htmlsafe "${val//\\n/$BR}")" done tpy=() cat "$tpyfile" |while read -r line; do val="${line#*:}" - tpy[${line%%:*}]="${val//\\n/$BR}" + tpy[${line%%:*}]="$(htmlsafe "${val//\\n/$BR}")" done