Closed
Bug 6126
Opened 25 years ago
Closed 25 years ago
Does not number LI tags correctly in OL list.
Categories
(Core :: Layout, defect, P3)
Tracking
()
People
(Reporter: sabre, Assigned: buster)
References
()
Details
Attachments
(1 file)
(deleted),
text/html
|
Details |
In the ordered list on this page, NGLayout does not number them correctly, instead assigning them all the value of "1.". Also, the (recent) tags should be (?) on the same lines as the section name on the page...
-Chris Lattner
Comment 1•25 years ago
|
||
Comment 2•25 years ago
|
||
This is the pattern (note the placement of multiple <font> tags, and (maybe)
the use of <ul></ul>).
<OL>
<font>
<font><LI><a href="">Topic Line</a></font>
<UL>detail line...</UL>
<font><LI><a href="">Topic Line</a></font>
<UL>detail line...</UL>
<font><LI><a href="">Topic Line</a></font><font color=#ff0000> (recent)</font>
<UL>detail line...</UL>
</font>
</OL>
Updated•25 years ago
|
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → DUPLICATE
Comment 4•25 years ago
|
||
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•25 years ago
|
||
In general, perhaps I should not do a 'VERIFIED'. However, given that I
absolutely agree with dbaron that this is a definite variant of bug 4522,
and in the interests of saving time for petersen and kipp, then I 'bless'
this bug as VERIFIED <<insert emoticon here>>.
You need to log in
before you can comment on or make changes to this bug.
Description
•