https://bugzilla.wikimedia.org/show_bug.cgi?id=62758

            Bug ID: 62758
           Summary: Nested definition list in wikicode. Continuation after
                    nested list fails.
           Product: MediaWiki
           Version: 1.23-git
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Unprioritized
         Component: Parser
          Assignee: wikibugs-l@lists.wikimedia.org
          Reporter: wmbg...@gmail.com
       Web browser: ---
   Mobile Platform: ---

Wikicode:

; term 1
: description of term 1
; term 2
: this description contains a list
:; term 2-1
:: description of term 2-1
:; term 2-2
:: description of term 2-2
; term 3
: description of term 3

The list is broken after the nested list. Shouldn't it work like this?

If you add a (empty) description at main level, the list is not broken:

; term 1
: description of term 1
; term 2
: this description contains a list
:; term 2-1
:: description of term 2-1
:; term 2-2
:: description of term 2-2
:
; term 3
: description of term 3

Tested with MediaWiki 1.22.3, $wgUseTidy: false. The empty description
(<dd></dd>) is in produced HTML.
Tested with MediaWiki 1.23wmf18 (3ebd53e), $wgUseTidy: true. The empty
description (<dd></dd>) is not in produced HTML.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to