Closed
Bug 95765
Opened 24 years ago
Closed 24 years ago
about:cache does not validate as correct html, when items are expanded
Categories
(SeaMonkey :: General, defect)
SeaMonkey
General
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: ruairif, Assigned: asa)
References
Details
Attachments
(1 file)
|
376.42 KB,
text/html
|
Details |
Steps to reproduce:
1)Go to about:cache
2)Click on "list cache entries" in either section
If this page is then validated as HTML 4.01 transitional, it throws up a load of
errors. I'll attach the validtor page.
I'm using build 2001081603 on WinNT
Comment 2•24 years ago
|
||
looks like this can be reduced into two simple problems:
<tt> needs to be closed inside the <p>
& needs to be replaced with &
Comment 3•24 years ago
|
||
this one will be extreamly easy for you, it's just two changes inside a js loop.
Go for it :) (might technically be a dup, but I didn't see it on a quick review)
Severity: normal → trivial
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows NT → All
Hardware: PC → All
Blocks: advocacybugs
Comment 4•24 years ago
|
||
about:cache has been written to xhtml 1.1 and the problem no longer exists.
marking wfm as no specific fix was made.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → WORKSFORME
Updated•21 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•