X-Git-Url: https://git.plutz.net/?a=blobdiff_plain;f=macros%2Ferrormessage;h=ff1e06e23cc4b3b8884c0a3b11f6431c6740f441;hb=d75f33f647280ada400fb51f740701cdb12dd4d3;hp=c95688a4acc4081466f16cc57347b3db84466fca;hpb=e80c289e4e82f70c9e7426c6c1d3c71c8a42046e;p=shellwiki 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