Merge pull request #271 from danfisher85/master

fixes incorrect closing tag for event image
This commit is contained in:
ThemeBoy
2018-05-20 14:19:33 +10:00
committed by GitHub

View File

@@ -81,7 +81,7 @@ if ( $link_events ) $title = '<a href="' . get_post_permalink( $post->ID, false,
?>
<div class="event-image sp-event-image">
<?php echo get_the_post_thumbnail( $post ); ?>
</h2>
</div>
<?php } ?>
<h3 class="event-name sp-event-name">
<?php
@@ -157,4 +157,4 @@ if ( $link_events ) $title = '<a href="' . get_post_permalink( $post->ID, false,
</time>
</p>
</div>
</div>
</div>