Whitespace fixes
Replaced all hard tabs with spaces. Removed all trailing whitespace.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
<?php /* Start loop */ ?>
|
||||
<?php while (have_posts()) : the_post(); ?>
|
||||
<?php roots_post_before(); ?>
|
||||
<?php roots_post_inside_before(); ?>
|
||||
<h1><?php the_title(); ?></h1>
|
||||
<?php the_content(); ?>
|
||||
<?php wp_link_pages(array('before' => '<nav id="page-nav"><p>' . __('Pages:', 'roots'), 'after' => '</p></nav>' )); ?>
|
||||
<?php roots_post_inside_after(); ?>
|
||||
<?php roots_post_after(); ?>
|
||||
<?php endwhile; // End the loop ?>
|
||||
<?php roots_post_before(); ?>
|
||||
<?php roots_post_inside_before(); ?>
|
||||
<h1><?php the_title(); ?></h1>
|
||||
<?php the_content(); ?>
|
||||
<?php wp_link_pages(array('before' => '<nav id="page-nav"><p>' . __('Pages:', 'roots'), 'after' => '</p></nav>' )); ?>
|
||||
<?php roots_post_inside_after(); ?>
|
||||
<?php roots_post_after(); ?>
|
||||
<?php endwhile; // End the loop ?>
|
||||
|
||||
Reference in New Issue
Block a user