Girocco/CGI.pm: add charset and xhtml spaces
commit1d0351b9ece0f46344c3bb21e3a52223ffe0e2de
authorKyle J. McKay <mackyle@gmail.com>
Fri, 11 Sep 2020 22:53:09 +0000 (11 15:53 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Fri, 11 Sep 2020 22:53:09 +0000 (11 15:53 -0700)
tree12b417e88502e29fa8e005f29976afc87368cb86
parent3ec52243a7a4ed3fb6dbdc0605bb491e60dffb16
Girocco/CGI.pm: add charset and xhtml spaces

Include "meta" lines to set the charset to UTF-8 in both the
new and old format.

Add missing compatibility spaces to self-closing xhtml tags
(e.g. "<br />" NOT "<br/>").

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
Girocco/CGI.pm