#!/bin/sh . "$_EXEC/cgilite/cgilite.sh" if [ "$1" -o "$ERROR_MSG" ]; then printf '

%s

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