diff --git wp-content/themes/twentyfifteen/404.php wp-content/themes/twentyfifteen/404.php
index 43ff16d..ab685a4 100644
--- wp-content/themes/twentyfifteen/404.php
+++ wp-content/themes/twentyfifteen/404.php
@@ -27,4 +27,4 @@ get_header(); ?>
 		</main><!-- .site-main -->
 	</div><!-- .content-area -->
 
-<?php get_footer(); ?>
+<?php get_footer();
diff --git wp-content/themes/twentyfifteen/archive.php wp-content/themes/twentyfifteen/archive.php
index bb6021e..f6f4e0e 100644
--- wp-content/themes/twentyfifteen/archive.php
+++ wp-content/themes/twentyfifteen/archive.php
@@ -61,4 +61,4 @@ get_header(); ?>
 		</main><!-- .site-main -->
 	</section><!-- .content-area -->
 
-<?php get_footer(); ?>
+<?php get_footer();
diff --git wp-content/themes/twentyfifteen/image.php wp-content/themes/twentyfifteen/image.php
index 5a471d4..f8d01a1 100644
--- wp-content/themes/twentyfifteen/image.php
+++ wp-content/themes/twentyfifteen/image.php
@@ -91,4 +91,4 @@ get_header(); ?>
 		</main><!-- .site-main -->
 	</div><!-- .content-area -->
 
-<?php get_footer(); ?>
+<?php get_footer();
diff --git wp-content/themes/twentyfifteen/index.php wp-content/themes/twentyfifteen/index.php
index db77651..b1fdf4f 100644
--- wp-content/themes/twentyfifteen/index.php
+++ wp-content/themes/twentyfifteen/index.php
@@ -58,4 +58,4 @@ get_header(); ?>
 		</main><!-- .site-main -->
 	</div><!-- .content-area -->
 
-<?php get_footer(); ?>
+<?php get_footer();
diff --git wp-content/themes/twentyfifteen/page.php wp-content/themes/twentyfifteen/page.php
index 5c7a0b0..a7ff0ee 100644
--- wp-content/themes/twentyfifteen/page.php
+++ wp-content/themes/twentyfifteen/page.php
@@ -35,4 +35,4 @@ get_header(); ?>
 		</main><!-- .site-main -->
 	</div><!-- .content-area -->
 
-<?php get_footer(); ?>
+<?php get_footer();
diff --git wp-content/themes/twentyfifteen/search.php wp-content/themes/twentyfifteen/search.php
index 3352841..8b82b6a 100644
--- wp-content/themes/twentyfifteen/search.php
+++ wp-content/themes/twentyfifteen/search.php
@@ -50,4 +50,4 @@ get_header(); ?>
 		</main><!-- .site-main -->
 	</section><!-- .content-area -->
 
-<?php get_footer(); ?>
+<?php get_footer();
diff --git wp-content/themes/twentyfifteen/sidebar.php wp-content/themes/twentyfifteen/sidebar.php
index 02308ef..ff4b3c8 100644
--- wp-content/themes/twentyfifteen/sidebar.php
+++ wp-content/themes/twentyfifteen/sidebar.php
@@ -44,4 +44,4 @@ if ( has_nav_menu( 'primary' ) || has_nav_menu( 'social' ) || is_active_sidebar(
 
 	</div><!-- .secondary -->
 
-<?php endif; ?>
+<?php endif;
diff --git wp-content/themes/twentyfifteen/single.php wp-content/themes/twentyfifteen/single.php
index afbb7b5..c46b203 100644
--- wp-content/themes/twentyfifteen/single.php
+++ wp-content/themes/twentyfifteen/single.php
@@ -45,4 +45,4 @@ get_header(); ?>
 		</main><!-- .site-main -->
 	</div><!-- .content-area -->
 
-<?php get_footer(); ?>
+<?php get_footer();
