• Hello there!

    It looks like there’s a missing closing bracket, needed to complete the div tag on line 50 of loop.php.

    echo('<div class="entry-summary"');

    should be:

    echo('<div class="entry-summary">');

    Thanks in advance for fixing!

  • The topic ‘Missing closing bracket’ is closed to new replies.