Closed
Bug 148044
Opened 23 years ago
Closed 23 years ago
mozilla shows blank page because invalid HTML code of title
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: hugo, Assigned: jst)
References
()
Details
Though it has huge "source" to be viewed, and the page is shown by Opera or iE
correctly, this link is shown as blank page! (happens with 2 out of 5 similar
pages).
Comment 1•23 years ago
|
||
This line is problem:
<title="SPOLEÈNÁ stránka? školní></TITLE>
Line should look as:
<TITLE>SPOLEÈNÁ stránka? školní</TITLE>
Summary: SHOW BLANK PAGE! → mozilla shows blank page because invalid HTML code of title
Whiteboard: DUPEME
![]() |
||
Comment 2•23 years ago
|
||
Lack of close quote makes that <title> never be closed (since the </title> is
inside the quotes).
*** This bug has been marked as a duplicate of 42945 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•23 years ago
|
QA Contact: desale → stummala
Component: DOM: Views and Formatting → DOM: CSS Object Model
QA Contact: stummala → general
You need to log in
before you can comment on or make changes to this bug.
Description
•