Skip to content

Commit

Permalink
ending php files with closing php tag is asking for trouble
Browse files Browse the repository at this point in the history
  • Loading branch information
rnagle committed Dec 19, 2014
1 parent a2a130f commit 3fba2dc
Show file tree
Hide file tree
Showing 14 changed files with 13 additions and 15 deletions.
2 changes: 1 addition & 1 deletion 404.php
Expand Up @@ -9,4 +9,4 @@
</div><!--#content -->

<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion archive.php
Expand Up @@ -94,4 +94,4 @@
?>
</div>

<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion category.php
Expand Up @@ -117,4 +117,4 @@

</div>

<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion full-page.php
Expand Up @@ -20,4 +20,4 @@
?>
</div><!--#content-->

<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion header.php
Expand Up @@ -90,4 +90,4 @@

<div id="main" class="row-fluid clearfix">

<?php do_action( 'largo_main_top' ); ?>
<?php do_action( 'largo_main_top' );
2 changes: 1 addition & 1 deletion home.php
Expand Up @@ -81,4 +81,4 @@

</div><!-- #content-->
<?php if ($largo['home_rail']) get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion image.php
Expand Up @@ -84,4 +84,4 @@

</div><!--/ #content .grid_12-->

<?php get_footer(); ?>
<?php get_footer();
2 changes: 0 additions & 2 deletions inc/widgets/largo-inn-rss.php
Expand Up @@ -106,5 +106,3 @@ function largo_widget_rss_output( $rss, $args = array() ) {
$rss->__destruct();
unset($rss);
}

?>
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -20,4 +20,4 @@
</div><!--#content-->

<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion search.php
Expand Up @@ -33,4 +33,4 @@
</div><!--#content-->

<?php get_sidebar(); ?>
<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion searchform.php
Expand Up @@ -31,4 +31,4 @@
</div>
</form>

<?php endif; ?>
<?php endif;
2 changes: 1 addition & 1 deletion series-landing.php
Expand Up @@ -177,4 +177,4 @@
<?php endif; ?>

<!-- /.grid_4 -->
<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion single-one-column.php
Expand Up @@ -43,4 +43,4 @@

<?php do_action( 'largo_after_content' ); ?>

<?php get_footer(); ?>
<?php get_footer();
2 changes: 1 addition & 1 deletion single-two-column.php
Expand Up @@ -45,4 +45,4 @@

<?php get_sidebar(); ?>

<?php get_footer(); ?>
<?php get_footer();

0 comments on commit 3fba2dc

Please sign in to comment.