Title: tiny coding bug in event-organiser-posterboard.php
Last modified: August 21, 2016

---

# tiny coding bug in event-organiser-posterboard.php

 *  [cwe](https://wordpress.org/support/users/cwe/)
 * (@cwe)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tiny-coding-bug-in-event-organiser-posterboardphp/)
 * Hi,
 * very nice plugin, i did a fresh install a few days ago. When displaying the page,
   i noticed a period which is displayed near the “load more” button.
 * so i looked at the source code and found a tiny bug. to play it safe, i validated
   the bug with a fresh download of the plugin.
 * event-organiser-posterboard.php, line 152 – 157
 *     ```
       return
       		'<div id="event-board">'
       			.'<div id="event-board-filters" data-filters="">'. $filers_markup . '</div>'
       			.'<div id="event-board-items"></div>
       			.<div id="event-board-more"></div>'
       		.'</div>';
       ```
   
 * wrong quoting, fixed:
 *     ```
       return
       		'<div id="event-board">'
       			.'<div id="event-board-filters" data-filters="">'. $filers_markup . '</div>'
       			.'<div id="event-board-items"></div>'
       			.'<div id="event-board-more"></div>'
       		.'</div>';
       ```
   
 * [https://wordpress.org/plugins/event-organiser-posterboard/](https://wordpress.org/plugins/event-organiser-posterboard/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Stephen Harris](https://wordpress.org/support/users/stephenharris/)
 * (@stephenharris)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/tiny-coding-bug-in-event-organiser-posterboardphp/#post-4641576)
 * Apologies for the delay in responding, and thank you reporting this. This will
   be fixed in the next update.

Viewing 1 replies (of 1 total)

The topic ‘tiny coding bug in event-organiser-posterboard.php’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/event-organiser-posterboard.svg)
 * [Event Organiser Posterboard](https://wordpress.org/plugins/event-organiser-posterboard/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/event-organiser-posterboard/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/event-organiser-posterboard/)
 * [Active Topics](https://wordpress.org/support/plugin/event-organiser-posterboard/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/event-organiser-posterboard/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/event-organiser-posterboard/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Stephen Harris](https://wordpress.org/support/users/stephenharris/)
 * Last activity: [12 years, 3 months ago](https://wordpress.org/support/topic/tiny-coding-bug-in-event-organiser-posterboardphp/#post-4641576)
 * Status: not resolved