Events Made Easy Forums Bug fixed or feature request implemented Invalid HTML: DIV around calendar is not closed

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #58433
    Anonymous
    Inactive

    In eme_calendar.php, the DIV that contains the random calendar ID, which is appended to the output in line 474, is never closed. This results in invalid HTML, and as a side-effect, if the user switches the month by clicking the arrows next to the month name, all article content below the calendar disappears. Solution: add a line 502 with the content
    $calendar .= "</div>\n";. Observed in WP 4.9.8, plugin version 2.5.32, Yoko theme. Frankly, I’m amazed that this doesn’t seem to have been reported before.

    #58435
    Franky
    Keymaster

    This is correct (and very weird nobody noticed it yet indeed …).
    I’ll fix that this evening too.

    #58442
    Franky
    Keymaster

    Fixed in dev (will be in 2.0.54).

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.
Scroll to Top