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

       Web browser: ---
             Bug #: 33815
           Summary: Bracketing violation parsing template parameters and
                    surrounding HTML code
           Product: MediaWiki
           Version: 1.18.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Templates
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


Here is a simple Template:Test:
<div>{{{1}}}</div>

If the parameter is an unordered list it expands to bad HTML:
{{test|This is an unordered list:
* foo
* bar
* baz}}

Note the mismatching opening and ending tags in the final HTML:
<div>This is an unordered list:
<ul><li> foo
</li><li> bar
</li><li> baz</div>
</li></ul>

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to