Fix spacing and tabbing problems in page.php introduced in 4134038278 and 054aa194a7

This commit is contained in:
Philip Arthur Moore 2013-02-28 11:33:36 -06:00
parent 054aa194a7
commit 3f85aae174
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ get_header(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
comments_template( '', true );
?>
// If comments are open or we have at least one comment, load up the comment template
if ( comments_open() || '0' != get_comments_number() )
comments_template( '', true );
?>
<?php endwhile; // end of the loop. ?>