Closed
Bug 39191
Opened 25 years ago
Closed 25 years ago
"<p>" should print inside xmp tag
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: lee, Assigned: clayton)
References
()
Details
At the url, I saw:
HTML example code may be placed inside the <xmp> tag:
<This is a paragraph</p>
<This is a paragraph</p>
I expected:
HTML example code may be placed inside the <xmp> tag:
<This is a paragraph</p>
<This is a paragraph</p>
I saw this on some internal html -- inside an xmp block "<option1> <option2>"
prints as "< <" in mozilla. Works ok in lynx.
Reporter | ||
Comment 1•25 years ago
|
||
Aaargh. That should say that I expected:
HTML example code may be placed inside the <xmp> tag:
<p>This is a paragraph</p>
<p>This is a paragraph</p>
Comment 2•25 years ago
|
||
Lee, please state the Build ID build of Mozilla you were using (it is found
at the right hand end of the status bar at the bottom of the browser window,
and will resemble 2000051209).
What you are reporting appears to be identical to bug 37052,
""<xmp><start tag></xmp>" problem", FIXED 2000-05-04.
Comment 3•25 years ago
|
||
Lee responded by e-mail that he was using M15 and he believes that this report
is a DUP of bug 37052; marking as such.
*** This bug has been marked as a duplicate of 37052 ***
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
SPAM. HTML Element component is deprecated, changing to Layout component. See
bug 88132 for details.
Come on Bugzilla, you can do it...
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•