Bug 99417
| Summary: | Missing character encoding header | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Raw Hide | Reporter: | Miloslav Trmac <mitr> | ||||
| Component: | indexhtml | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 1.0 | CC: | rvokal | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | 0.94-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2003-09-23 21:58:50 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 100643 | ||||||
| Attachments: |
|
||||||
Created attachment 93010 [details]
Patch adding a needed <meta> header.
Sssssh. Oops, you win the secret prize. There were some issues with the conversion of the relnotes. Fixed in 0.94-1. |
Description of problem: The index.html page contains raw iso-8859-1 characters (the (R) mark). The file does not specify encoding, thus the mark may be displayed as just about anything (Ž in my case). Attached patch fixes this. Version-Release number of selected component (if applicable): indexhtml-9.5-1 Steps to Reproduce: 1.Set default page encoding in browser to ISO-8859-2 2.Open index.html 3.Search for VAIO Actual results: Ž character Expected results: (R) character Additional info: The release notes seem to be missing quite a few line breaks, making the result not exactly easy to read, e.g. /proc/sys/vm/laptop_modeNOTE near the end.