Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-14790

Nested color/list BBCode is not parsed correctly

XMLWordPrintable

      [color=#0000FF][list][*]text
      [*]text
      [*]text
      [*]text[/list][/color]
      

      that is not parsed in phpBB 3.2 but is parsed in 3.1.

      The result in phpBB 3.1 is:

      <span style="color: #0000FF"><ul><li>text</li><li>text</li><li>text</li><li>text</li></ul></span>
      

      The result in phpBB 3.2 is:

      <div class="content"><span style="color: #0000FF"></span><ul><li>text</li>
      <li>text</li>
      <li>text</li>
      <li>text</li></ul>[/color]</div>
      

            Marc Marc
            rxu rxu
            Votes:
            1 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: