After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 671710 - First item in bulleted lists being closed with <ul> instead of </li>
First item in bulleted lists being closed with <ul> instead of </li>
Status: RESOLVED DUPLICATE of bug 671023
Product: doxygen
Classification: Other
Component: general
1.8.0
Other Linux
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2012-03-09 11:33 UTC by macro
Modified: 2012-03-17 15:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Test case (379 bytes, text/plain)
2012-03-09 11:33 UTC, macro
Details

Description macro 2012-03-09 11:33:05 UTC
The following markup...


/// All items in the following list should be at the same indent level:
///
/// - Item 1
/// - Item 2
/// - Item 3


...incorrectly yields the following HTML...


<ul>
<li>Item 1<ul>
<li>Item 2</li>
<li>Item 3</li>
</ul>


...where the first item is closed with a <ul> instead of a </li>.  This incorrect behaviour is the same regardless of whether '-', '+', or '*' is used as the "bullet" character.
Comment 1 macro 2012-03-09 11:33:59 UTC
Created attachment 209309 [details]
Test case
Comment 2 Dimitri van Heesch 2012-03-17 15:53:38 UTC

*** This bug has been marked as a duplicate of bug 671023 ***