Remove superfluous space

This commit is contained in:
IanDelMar 2018-11-19 00:48:38 +01:00
parent 47b5893376
commit 59407d69ef
1 changed files with 2 additions and 2 deletions

View File

@ -13,9 +13,9 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php if ( is_active_sidebar( 'hero' ) || is_active_sidebar( 'statichero' ) || is_active_sidebar( 'herocanvas' ) ) : ?> <?php if ( is_active_sidebar( 'hero' ) || is_active_sidebar( 'statichero' ) || is_active_sidebar( 'herocanvas' ) ) : ?>
<div class="wrapper" id="wrapper-hero"> <div class="wrapper" id="wrapper-hero">
<?php get_template_part( 'sidebar-templates/sidebar', 'hero' ); ?> <?php get_template_part( 'sidebar-templates/sidebar', 'hero' ); ?>
<?php get_template_part( 'sidebar-templates/sidebar', 'herocanvas' ); ?> <?php get_template_part( 'sidebar-templates/sidebar', 'herocanvas' ); ?>
<?php get_template_part( 'sidebar-templates/sidebar', 'statichero' ); ?> <?php get_template_part( 'sidebar-templates/sidebar', 'statichero' ); ?>