Title: HTML error in function em_display_event_locations
Last modified: August 21, 2016

---

# HTML error in function em_display_event_locations

 *  Resolved [Primoz Cigler](https://wordpress.org/support/users/cyman/)
 * (@cyman)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/html-error-in-function-em_display_event_locations/)
 * File includes/functions-template.php around line 270. It should be closing div
   tag, not another opening.
 * Now:
 *     ```
       <?php endif; // single ?>
   
       			<?php echo $output; ?>
   
       			</span>
   
       		<div>
   
           <?php
       	}
       ```
   
 * Fixed:
 *     ```
       <?php endif; // single ?>
   
       			<?php echo $output; ?>
   
       			</span>
   
       		</div>
   
           <?php
       	}
       ```
   
 * [https://wordpress.org/plugins/events-maker/](https://wordpress.org/plugins/events-maker/)

Viewing 6 replies - 1 through 6 (of 6 total)

 *  Thread Starter [Primoz Cigler](https://wordpress.org/support/users/cyman/)
 * (@cyman)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/html-error-in-function-em_display_event_locations/#post-5106211)
 * Do you have maybe github repo to create pull requests for such small issues?
 *  Plugin Author [dFactory](https://wordpress.org/support/users/dfactory/)
 * (@dfactory)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/html-error-in-function-em_display_event_locations/#post-5106213)
 * Thank you Primoz – fixed.
 * We don’t have a github repo for this. Maybe in the future.
 * Regards,
    Bartosz / dFactory
 *  Thread Starter [Primoz Cigler](https://wordpress.org/support/users/cyman/)
 * (@cyman)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/html-error-in-function-em_display_event_locations/#post-5106217)
 * Perfect, amazing response time!
 * Any ideas when this will be available as the update?
 * btw, we are using your plugin in our new theme for Restaurants, should be availble
   on ThemeForest in couple of days. Do you accept donations?
 *  Plugin Author [dFactory](https://wordpress.org/support/users/dfactory/)
 * (@dfactory)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/html-error-in-function-em_display_event_locations/#post-5106221)
 * Primoz, just modify this manually for now. The upcoming update will have this
   fix included.
 * BTW, Can I ask you for a link to the theme when it’s released (here or through
   contact form on our site)? I’m really curious on how this will look like 🙂
 * There’s no way to donate. But you’ll be able to support us when we release our
   first premium plugin.
 *  Thread Starter [Primoz Cigler](https://wordpress.org/support/users/cyman/)
 * (@cyman)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/html-error-in-function-em_display_event_locations/#post-5106236)
 * Here is the live preivew: [http://restaurant.demo.proteusthemes.com/](http://restaurant.demo.proteusthemes.com/)
 * Note that is is work in progress, in couple of days it will be finished.
 *  Plugin Author [dFactory](https://wordpress.org/support/users/dfactory/)
 * (@dfactory)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/html-error-in-function-em_display_event_locations/#post-5106282)
 * Nice one 🙂 Congratulations.
 * When it comes to EM – new features are coming so you’ll be able to extend the
   events functionality in the future.

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘HTML error in function em_display_event_locations’ is closed to new replies.

 * ![](https://ps.w.org/events-maker/assets/icon-256x256.png?rev=1574084)
 * [Events Maker by dFactory](https://wordpress.org/plugins/events-maker/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-maker/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-maker/)
 * [Active Topics](https://wordpress.org/support/plugin/events-maker/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-maker/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-maker/reviews/)

 * 6 replies
 * 2 participants
 * Last reply from: [dFactory](https://wordpress.org/support/users/dfactory/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/html-error-in-function-em_display_event_locations/#post-5106282)
 * Status: resolved