]> git.plutz.net Git - shellwiki/blob - errormessage
ff1e06e23cc4b3b8884c0a3b11f6431c6740f441
[shellwiki] / errormessage
1 #!/bin/sh
2
3 . "$_EXEC/cgilite/cgilite.sh"
4
5 if [ "$1" -o "$ERROR_MSG" ]; then
6   printf '<p class="error">%s</p>' "$(HTML "${1:-${ERROR_MSG}}")"
7 fi