-
Bug
-
Resolution: Fixed
-
Minor
-
3.2.0
-
None
-
None
Some reports about issues with HTML special characters in 3.2 have appeared recently:
- http://area51.phpbb.com/phpBB/viewtopic.php?f=126&t=50811
- https://www.phpbb.com/community/viewtopic.php?f=556&t=2400886
The problem is the same for both: admin-submitted text is encoded and stored as HTML, then it is used in contexts where plain text is expected. This is all new to me but judging from the commit log it's been that way since 2011 so I guess I just never noticed it.
If every text field is encoded to HTML for storage then phpbb\textformatter\data_access should probably be modified to automatically decode them to plain text.
- obsoletes
-
PHPBB-15091 smilies with ">" in their name are not shown
- Closed