From: Paul Hänsch Date: Sat, 20 May 2023 18:01:40 +0000 (+0200) Subject: typo in macro style X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=35e827c1fc1c8eb37e8d6e1cee6178d0a8bc513c;p=shellwiki typo in macro style --- diff --git a/macros/errormessage b/macros/errormessage index c95688a..ff1e06e 100755 --- a/macros/errormessage +++ b/macros/errormessage @@ -3,5 +3,5 @@ . "$_EXEC/cgilite/cgilite.sh" if [ "$1" -o "$ERROR_MSG" ]; then - printf '

%s

' "$(HTML "${1:-${ERROR_MSG}}")" + printf '

%s

' "$(HTML "${1:-${ERROR_MSG}}")" fi