widget HTML errors
-
Hello,
I’m playing arround with buddypress trunk 658 and wpmu 2.6.5 and find some small disfunctions like these HTML errors, rendered by bp-activity-widgets.php i think.
bp-activity-widgets.php line 25 – 28
HTML result:
<div id=”right-column”>
<li id=”site-wide-activity” class=”widget bp_activity_widget_sitewide_activity”> <h2 class=”widgettitle”>Site Wide Activity</h2>
ul open and close tags & li closing tag are missing. A bit awfull for a such good service as buddypress.
bp-activity-widgets.php line 37 – 43
HTML result like this when content
<ul id=”site-wide-stream” class=”activity-list”>
<li class=”blogs”>
<p>admin wrote a new blog post: Test title <span class=”time-since”> 5 hours, 22 minutes ago</span>
Welcome….</p>
p tags are at the wrong place.
and another one from the groups widget which is on my left column
<input type=”hidden” id=”_wpnonce-groups” name=”_wpnonce-groups” value=”675f07aaf7″ />
name and id are the same and XML syntax is wrong: underscore is not allowed for name start, only a letter.
Any solution ?
Thanks
- The topic ‘widget HTML errors’ is closed to new replies.