wp/wp-content/themes/twentythirteen/page.php
changeset 10 372f2766ea20
parent 7 cf61fcea0001
--- a/wp/wp-content/themes/twentythirteen/page.php	Mon Oct 14 18:28:13 2019 +0200
+++ b/wp/wp-content/themes/twentythirteen/page.php	Mon Oct 14 18:30:03 2019 +0200
@@ -20,7 +20,7 @@
 			<?php
 			while ( have_posts() ) :
 				the_post();
-?>
+				?>
 
 				<article id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
 					<header class="entry-header">
@@ -44,7 +44,7 @@
 								'link_after'  => '</span>',
 							)
 						);
-?>
+						?>
 					</div><!-- .entry-content -->
 
 					<footer class="entry-meta">