From: Steinar H. Gunderson Date: Wed, 16 Feb 2005 21:29:57 +0000 (+0000) Subject: Change to text/html (for IE demonstration) X-Git-Url: https://git.sesse.net/?p=ccbs;a=commitdiff_plain;h=853b861b60029b5f2bee938f06d5acdee6af8e33;ds=sidebyside Change to text/html (for IE demonstration) --- 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;