#17148 closed enhancement (fixed)
Move charset declaration before title element in login
| Reported by: | niallkennedy | Owned by: | koopersmith |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Charset | Version: | |
| Severity: | minor | Keywords: | has-patch |
| Cc: | Focuses: |
Description
Best practice to declare your character set before outputting character values. Web browsers may attempt to guess character encoding by examining the first bytes of the page. Provide a faster match for browsers before they process page content.
Also helps prevent UTF-7 security issues.
Attachments (1)
Change History (4)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
move content type and charset above title element