| Bug : | Recentitems.php contains invalid xhtml |
| Status : | Fixed |
| Severity : | Minor |
| Reporter : | BroshizzleDizzle |
| Updated by : | Olivier C. |
| Category | Default 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 : |
| 21-05-2008 09:49 Olivier C. PM sent to the reporter : |