Closed
Bug 19413
Opened 25 years ago
Closed 25 years ago
space after href in <pre> section brakes next line
Categories
(Core :: Layout, defect, P3)
Tracking
()
VERIFIED
FIXED
People
(Reporter: tomi.leppikangas, Assigned: rickg)
References
()
Details
Attachments
(2 files)
when you have <pre> section and <a href> with space at end of line, next line
renders incorrectly. Here is example, notice space at end of line 2
<pre>
<a href="foo">1</a> line 1
<a href="foo">2</a>
<a href="foo">3</a> line 3
</pre>
Reporter | ||
Comment 1•25 years ago
|
||
Reporter | ||
Comment 2•25 years ago
|
||
This is fixed in my tree, awaiting an opportunity to check in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Reporter | ||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 5•25 years ago
|
||
Works for me too, marking as verified.
SPAM. HTML Element component deprecated, changing component to Layout. See bug
88132 for details.
Component: HTML Element → Layout
You need to log in
before you can comment on or make changes to this bug.
Description
•