NEOCROME
Bug :Recentitems.php contains invalid xhtml
Status :Fixed
Severity :Minor
Reporter :BroshizzleDizzle 01-05-2008 08:21
Updated by :Olivier C. 26-05-2008 22:21
CategoryDefault plugins
Version :121
Frequency :Consistently
Fixed in :125
Details :I've found 1 part of the core that is not valid. Inside recentitems.php, there is a line:
Code:
$cfg['plu_mask_polls'] =  "<p>%1\$s</p>";


This in and of itself is fine, the problem is that inside of it, an h5 tag is also used. That's the part which messes up the validation. I'd recommend that you either just remove the p tags, or replace them with a div.
Items affected :plugins/recentitems/recentitems.php

History and comments :

26-05-2008 22:21   Olivier C.

PM sent to the reporter :
This bug is now fixed.

21-05-2008 09:49   Olivier C.

PM sent to the reporter :
Submission validated -> Thanks for your help !