-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.0.8
-
Fix Version/s: 3.0.9-RC1
-
Component/s: Styles
-
Labels:None
In phpBB 3.0.8, in the file styles/prosilver/template/ucp_groups_manage.html, line 121:
<!-- IF member.S_PENDING_SET -->
should read:
<!-- IF S_PENDING_SET -->
There is no "member.S_PENDING_SET".
Due to the bug, invalid XHTML is created. Major loss of function when the forum is served as application/xhtml+xml, otherwise minor.