Browse Source

Skatepark: Fix 404 title closing tag

Sarah Norris 4 years ago
parent
commit
bb6b350d9f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      skatepark/404.php

+ 1 - 1
skatepark/404.php

@@ -8,7 +8,7 @@
 get_header();
 get_header();
 ?>
 ?>
 	<main class="container-404">
 	<main class="container-404">
-		<h2 class="wp-block-post-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'skatepark' ); ?></h1>
+		<h2 class="wp-block-post-title"><?php _e( 'Oops! That page can&rsquo;t be found.', 'skatepark' ); ?></h2>
 
 
 		<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'skatepark' ); ?></p>
 		<p><?php _e( 'It looks like nothing was found at this location. Maybe try a search?', 'skatepark' ); ?></p>