X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fccbs.pm;h=faaae89818203b945cf2641cff11533879416ddb;hb=c2208d9a688b56565cd84db6152181ebd26781a0;hp=915e9507f1ffa99f24924c8020db2a496eb589b2;hpb=733351b88646c5414f7df5925c983cd854396fe2;p=ccbs diff --git a/html/ccbs.pm b/html/ccbs.pm index 915e950..faaae89 100755 --- a/html/ccbs.pm +++ b/html/ccbs.pm @@ -9,7 +9,7 @@ use warnings; our $ccbs_dbdebug = 0; sub print_header { - print CGI::header(-type=>'application/xhtml+xml; charset=utf-8'); + print CGI::header(-type=>'text/html; charset=utf-8'); } sub print_see_other { my $location = shift;