[Koha-bugs] [Bug 3239] Declare default style/script w/ HTTP headers

bugzilla-daemon at liblime.com bugzilla-daemon at liblime.com
Thu May 21 21:31:37 CEST 2009


http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3239





--- Comment #2 from Joe Atzberger <joe.atzberger at 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.



More information about the Koha-bugs mailing list