Bug 3239 - Content-Script-Type and Content-Style-Type
authorJoe Atzberger <joe.atzberger@liblime.com>
Fri, 22 May 2009 01:37:46 +0000 (20:37 -0500)
committerGalen Charlton <galen.charlton@liblime.com>
Fri, 22 May 2009 13:05:48 +0000 (08:05 -0500)
commit70c6a9fdf3d422a4cd0fc80832a6ab699c99995c
tree85eb6a7f920d186bbc04d0085ad2e143d42b4712
parentd832ae4bc335f182fa7897d052e2498a5049726a
Bug 3239 - Content-Script-Type and Content-Style-Type

This adds headers to define the default script and style languages.
Please note that this output isn't 100% canonical from CGI yet, but
that is due to a bug in CGI:
  http://bugs.koha.org/cgi-bin/bugzilla3/show_bug.cgi?id=3243

So either CGI will perfect it's output, or we can switch to using
HTTP::Headers.  The latter may be desirable anyway, since then we
would not need a CGI $query argument at all.

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
C4/Output.pm