diff --git a/monitorix.cgi b/monitorix.cgi index 8f916af..f4e799d 100755 --- a/monitorix.cgi +++ b/monitorix.cgi @@ -537,7 +537,7 @@ EOF print("   last $twhen  \n"); print(" \n"); print(" \n"); - print encode('utf-8', "

" . strftime("%a %b %e %H:%M:%S %Z %Y", localtime) . "

\n"); + print encode('utf-8', "

" . strftime("%a %b %e %H:%M:%S %Z %Y", localtime) . "

\n"); } }