Modify ↓
Ticket #1491 (closed defect: worksforme)
Opened 7 years ago
Last modified 7 years ago
only tentatively valid XHTML 1 strict because of missing character encoding info
| Reported by: | anonymous | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | version control/browser | Version: | 0.8.1 |
| Severity: | normal | Keywords: | |
| Cc: | |||
| Release Notes: | |||
| API Changes: | |||
Description
you can use this meta tag to set encoding type to be xhtml 1 strict valid:
<meta http-equiv="content-type" content="text/html; charset=???"/>
??? means your prefered charset.
Attachments
Change History
comment:1 Changed 7 years ago by cmlenz
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.



The encoding is specified in the HTTP Content-Type header, so I don't see why we should also put it in a <meta> tag inside the document.