]> git.plutz.net Git - shellwiki/commitdiff
typo in macro style
authorPaul Hänsch <paul@plutz.net>
Sat, 20 May 2023 18:01:40 +0000 (20:01 +0200)
committerPaul Hänsch <paul@plutz.net>
Sat, 20 May 2023 18:01:40 +0000 (20:01 +0200)
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