- 
    Bug 
- 
    Resolution: Fixed
- 
    Major 
- 
    3.2.0-dev, 3.2.0-RC1
| [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>
 | 
- depends on
- 
                    PHPBB-15040 Update s9e\TextFormatter to 0.9.1 -         
- Unverified Fix
 
-         
- is duplicated by
- 
                    PHPBB-15130 Font Color bbCode Breaks on Lists & Attachments -         
- Open
 
-         
- 
                    PHPBB-15066 size and list nested bbcodes don't parse correctly -         
- Closed
 
-         

