@@ -32,9 +32,9 @@ get_header(); ?>
get_template_part( 'content', 'page' );
// If comments are open or we have at least one comment, load up the comment template.
- if ( comments_open() || get_comments_number() ) :
+ if ( comments_open() || get_comments_number() ) {
comments_template();
- endif;
+ }
endwhile;
?>
diff --git a/src/wp-content/themes/twentyfourteen/page.php b/src/wp-content/themes/twentyfourteen/page.php
index 83435de38f..44724e9466 100644
--- a/src/wp-content/themes/twentyfourteen/page.php
+++ b/src/wp-content/themes/twentyfourteen/page.php
@@ -16,10 +16,10 @@ get_header(); ?>