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">
|
<div class="event-image sp-event-image">
|
||||||
<?php echo get_the_post_thumbnail( $post ); ?>
|
<?php echo get_the_post_thumbnail( $post ); ?>
|
||||||
</h2>
|
</div>
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<h3 class="event-name sp-event-name">
|
<h3 class="event-name sp-event-name">
|
||||||
<?php
|
<?php
|
||||||
@@ -157,4 +157,4 @@ if ( $link_events ) $title = '<a href="' . get_post_permalink( $post->ID, false,
|
|||||||
</time>
|
</time>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user