Unclosed div tag in [MEC] shortcode, grid layout
-
Hello! Thanks for the great plugin!
I think I found “unclosed div” case in [MEC] shortcode.
How to reproduce:
– Setup shortcode with grid layout, 3 columns.
– Display 4 events.In
/app/skins/grid/render.php
file, there is a conditionif($rcount == $count) { echo '</div>'; $rcount = 0; }
that closes the row. In case, when the row is not full
$rcount < $count
and it’s never closed.I hope this helps.
Thanks again.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Unclosed div tag in [MEC] shortcode, grid layout’ is closed to new replies.