[Plugin: Events Manager] extra "p" tag in events_list?
-
I have the following shortcode on a page:
<ul>[events_list limit="5" category="22" scope="future" format="<li><a href='#_EVENTURL'><strong>#F #j, #Y @ #g:#i#a</strong> - #_LOCATIONNAME</a></li>"]</ul>
For some reason, there is an extra “<p>” after each item in the resulting list. The generated HTML looks like this:
<ul> <li><a href='https://www.cub830.org/events/parent-leadership-meeting-2/'><strong>April 3, 2012 @ 7:00pm</strong> - Monical's Pizza</a></li> <p> <li><a href='https://www.cub830.org/events/parent-leadership-meeting-3/'><strong>May 1, 2012 @ 7:00pm</strong> - Monical's Pizza</a></li> <p> <li><a href='https://www.cub830.org/events/parent-leadership-meeting-4/'><strong>June 5, 2012 @ 7:00pm</strong> - Monical's Pizza</a></li> <p></ul>
Is there a way to get rid of the extra “<p>” after each item?
-Bri
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘[Plugin: Events Manager] extra "p" tag in events_list?’ is closed to new replies.