From 5f321db3a448ccf60096362d413da9b44d25cdbb Mon Sep 17 00:00:00 2001 From: niyari Date: Thu, 25 Nov 2021 15:09:25 +0900 Subject: [PATCH] FIx garbled characters (utf-8) --- caldera/index.cgi | 2 +- caldera/index_top.cgi | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/caldera/index.cgi b/caldera/index.cgi index a997ec8b7..1d3b3044d 100755 --- a/caldera/index.cgi +++ b/caldera/index.cgi @@ -31,7 +31,7 @@ if ($gconfig{'showlogin'}) { } &PrintHeader(); print "\n"; -print "$title\n"; +print "$title\n"; print "\n"; $goto = &get_goto_module(); if ($goto) { diff --git a/caldera/index_top.cgi b/caldera/index_top.cgi index 632988ff4..e33328896 100755 --- a/caldera/index_top.cgi +++ b/caldera/index_top.cgi @@ -39,10 +39,11 @@ elsif (!$cats{$in{'cat'}}) { # Display title and categories &PrintHeader(); print < + +