Fix typo in closing comment, s/#entry-meta/.entry-meta/

See also http://core.trac.wordpress.org/ticket/21418
This commit is contained in:
Lance Willett 2012-07-31 08:21:53 -07:00
parent 077653d12e
commit 30518b894f
1 changed files with 1 additions and 1 deletions

View File

@ -57,5 +57,5 @@
<?php endif; ?>
<?php edit_post_link( __( 'Edit', '_s' ), '<span class="sep"> | </span><span class="edit-link">', '</span>' ); ?>
</footer><!-- #entry-meta -->
</footer><!-- .entry-meta -->
</article><!-- #post-<?php the_ID(); ?> -->