From 853b861b60029b5f2bee938f06d5acdee6af8e33 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Wed, 16 Feb 2005 21:29:57 +0000 Subject: [PATCH] Change to text/html (for IE demonstration) --- html/ccbs.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2