21 May
2009
21 May
'09
9:31 p.m.
http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3239 --- Comment #2 from Joe Atzberger <joe.atzberger@liblime.com> 2009-05-21 19:31:37 --- CGI.pm actually is non-canonical about the output, losing capitalization after the hyphens. perl -e 'use CGI; my $x=CGI->new; my $z= { "Content-Script-Type"=>"text/css"}; print $x->header($z);' Content-script-type: text/css Content-Type: text/html; charset=ISO-8859-1 So I filed a bug against CGI. -- Configure bugmail: http://bugs.koha.org/cgi-bin/bugzilla3/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching all bug changes.