X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fccbs.pm;h=faaae89818203b945cf2641cff11533879416ddb;hp=915e9507f1ffa99f24924c8020db2a496eb589b2;hb=a6500d8a7d1a7fc0bd172373f1a670b8ee7ce92e;hpb=733351b88646c5414f7df5925c983cd854396fe2 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;