Closed
Bug 6126
Opened 26 years ago
Closed 26 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)
330 bytes,
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•26 years ago
|
||
Comment 2•26 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>
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Comment 5•26 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
•