Fix indentation & space usage

This commit is contained in:
IanDelMar 2018-11-18 21:49:45 +01:00
parent 23f7c2ab4d
commit 7bfca59655
1 changed files with 16 additions and 11 deletions

View File

@ -30,10 +30,15 @@ $container = get_theme_mod( 'understrap_container_type' );
<header class="page-header">
<h1 class="page-title"><?php printf(
/* translators:*/
<h1 class="page-title">
<?php
printf(
/* translators: %s: query term */
esc_html__( 'Search Results for: %s', 'understrap' ),
'<span>' . get_search_query() . '</span>' ); ?></h1>
'<span>' . get_search_query() . '</span>'
);
?>
</h1>
</header><!-- .page-header -->
@ -67,8 +72,8 @@ $container = get_theme_mod( 'understrap_container_type' );
</div><!-- .row -->
</div><!-- Container end -->
</div><!-- #content -->
</div><!-- Wrapper end -->
</div><!-- #search-wrapper -->
<?php get_footer(); ?>