Forum Replies Created

Viewing 1 replies (of 1 total)
  • topherez

    (@topherez)

    The problem is actually a few lines below. Just replace lines 871-873 with the following:

    $output .= "</div>\n";

    So, you are removing the extra break that is appended to the “$output” var at the end of the loop.

Viewing 1 replies (of 1 total)