Fix indentation & space usage

This commit is contained in:
IanDelMar 2018-11-18 23:47:21 +01:00
parent c038da308a
commit 63870cc487
1 changed files with 6 additions and 8 deletions

View File

@ -12,9 +12,7 @@ if ( ! defined( 'ABSPATH' ) ) {
} }
get_header(); get_header();
?>
<?php
$container = get_theme_mod( 'understrap_container_type' ); $container = get_theme_mod( 'understrap_container_type' );
?> ?>
@ -69,8 +67,8 @@ $container = get_theme_mod( 'understrap_container_type' );
</div> <!-- .row --> </div> <!-- .row -->
</div><!-- Container end --> </div><!-- #content -->
</div><!-- Wrapper end --> </div><!-- #archive-wrapper -->
<?php get_footer(); ?> <?php get_footer(); ?>