Bug #59434 several html mistakes in bugs html rendering
Submitted: 12 Jan 2011 0:06 Modified: 25 Apr 2012 14:16
Reporter: Jason Wright Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Websites: bugs.mysql.com Severity:S3 (Non-critical)
Version: OS:Any
Assigned to: Vlad Safronov CPU Architecture:Any

[12 Jan 2011 0:06] Jason Wright
Description:
The bugs database produces incorrect xhtml in several cases.

In the header for bug IDs 29674, 30133 (and others), OS has < and > characters which should be &lt; &gt; respectively.

For ID 34524, hostname_edited is malformed.

For all IDs, the input tag for sub.php is missing the closing /.

How to repeat:
wget http://bugs.mysql.com/bug.php?id=whatever

Suggested fix:
When fetching from the database, escape the appropriate entities (or fix them in the backing database).
[12 Jan 2011 5:10] Valeriy Kravchuk
Thank you for the problem report.
[25 Apr 2012 14:16] Vlad Safronov
the mistakes have been fixed.