fixes incorrect closing tag for event image

This commit is contained in:
Dan Fisher
2018-05-17 17:38:20 +02:00
parent ddfbb698f1
commit 78e572af44

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>