Add missing 'class' comments

This commit is contained in:
kobenland 2012-05-23 21:01:41 +02:00
parent 55ab0fa5d6
commit b9fa5c0dd2
8 changed files with 13 additions and 13 deletions

View file

@ -78,7 +78,7 @@ get_header();
<?php if ( ! empty( $post->post_excerpt ) ) : ?>
<div class="entry-caption">
<?php the_excerpt(); ?>
</div>
</div><!-- .entry-caption -->
<?php endif; ?>
</div><!-- .entry-attachment -->
@ -106,6 +106,6 @@ get_header();
<?php endwhile; // end of the loop. ?>
</div><!-- #content -->
</div><!-- #primary .site-content -->
</div><!-- #primary .site-content .image-attachment -->
<?php get_footer(); ?>