From: Benjamin Oechslein Date: Sun, 22 Aug 2010 10:16:05 +0000 (+0200) Subject: Added correct encding metatag for generates HTML files X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/upsgraph/commitdiff_plain/41cfd72381789f7b695a18d1051a938f2204b884 Added correct encding metatag for generates HTML files --- diff --git a/upsgraph.pl b/upsgraph.pl index 010d114..954b8b0 100755 --- a/upsgraph.pl +++ b/upsgraph.pl @@ -443,7 +443,7 @@ while(1) { print HTML "
\n"; open (HTML2, ">${outdir}/${hostname}.${var}.html.new"); - print HTML2 '' . $vars->{$var}->{'name'} . ''; + print HTML2 '' . $vars->{$var}->{'name'} . ''; print HTML2 ''; push @graphdef, "VDEF:min=${var},MINIMUM";