fixes incorrect closing tag for event image
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user