Coding error in Events Widget as of version 6.0 – can break styling
-
Hi,
There seems to be an error in the code of the Events Widget as of version 6.0. Compare the code output:
Version 5.12.1
<section id="em_widget-3" class="widget widget_em_widget"> <div class="inner"> <h2 class="widget-title">[title]</h2> <ul> <li> <a href="[url]">[link text]</a> <ul> <li>[event date]</li> <li>[event location], [event time]</li> </ul> </li> <li class="all-events-link"> <a href="[url]" title="[title]">[link text]</a> </li> </ul>< /div> </section>
Version 6.1.1
<section id="em_widget-3" class="widget widget_em_widget"> <div class="inner"> <h2 class="widget-title">[title]</h2> <div class="em pixelbones em-list-widget em-events-widget"> <li> <a href="[url]">[link text]</a> <ul> <li>[event date]</li> <li>[event location], [event time]</li> </ul> </li> <li class="all-events-link"> <a href="[url]" title="[title]">[link text]</a> </li> </div> </div> </section>
A DIV has been added in the later version (since 6.0) and the UL tags are missing. It leads to invalid HTML code and can break the styling.
Could you please add the UL tags back in a coming release?Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Coding error in Events Widget as of version 6.0 – can break styling’ is closed to new replies.