]> git.plutz.net Git - shellwiki/blobdiff - macros/errormessage
typo in macro style
[shellwiki] / macros / errormessage
index c95688a4acc4081466f16cc57347b3db84466fca..ff1e06e23cc4b3b8884c0a3b11f6431c6740f441 100755 (executable)
@@ -3,5 +3,5 @@
 . "$_EXEC/cgilite/cgilite.sh"
 
 if [ "$1" -o "$ERROR_MSG" ]; then
-  printf '<p .error>%s</p>' "$(HTML "${1:-${ERROR_MSG}}")"
+  printf '<p class="error">%s</p>' "$(HTML "${1:-${ERROR_MSG}}")"
 fi