Ticket #579 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.
