Ticket #579 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

Wrong content type for user guide html on cabal website

Reported by: guest Owned by:
Priority: normal Milestone:
Component: miscellaneous Version: 1.6.0.1
Severity: normal Keywords:
Cc: Difficulty: unknown
GHC Version: Platform:

Description

The http headers for  http://www.haskell.org/cabal/release/cabal-latest/doc/users-guide/index.html

return "Content-Type: text/html; charset=utf-8" however the documentation is in ISO-8859-1 format.

The documentation source even has

<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">

but this doesn't override the content-type given by the HTTP headers in Firefox.

Change History

Changed 3 years ago by duncan

  • status changed from new to closed
  • resolution set to fixed
  • component changed from Cabal library to miscellaneous
  • summary changed from Wrong content type for web documentation to Wrong content type for user guide html on cabal website

Fixed in latest version.

Note: See TracTickets for help on using tickets.