From 1d0351b9ece0f46344c3bb21e3a52223ffe0e2de Mon Sep 17 00:00:00 2001 From: "Kyle J. McKay" Date: Fri, 11 Sep 2020 15:53:09 -0700 Subject: [PATCH] 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. "
" NOT "
"). Signed-off-by: Kyle J. McKay --- Girocco/CGI.pm | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Girocco/CGI.pm b/Girocco/CGI.pm index cffd02a..23713e2 100644 --- a/Girocco/CGI.pm +++ b/Girocco/CGI.pm @@ -108,10 +108,12 @@ sub new { + + $name :: $heading - - - + + + $extraheadhtml$vulnrandpad @@ -119,7 +121,7 @@ $extraheadhtml$vulnrandpad -- 2.11.4.GIT