Fix indentation

This commit is contained in:
IanDelMar 2018-11-19 00:46:30 +01:00
parent 7ee9cfd18e
commit 97cde9c3c5
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ if ( ! defined( 'ABSPATH' ) ) {
<?php if ( 'right' === $sidebar_pos || 'both' === $sidebar_pos ) : ?>
<?php get_template_part( 'sidebar-templates/sidebar', 'right' ); ?>
<?php get_template_part( 'sidebar-templates/sidebar', 'right' ); ?>
<?php endif; ?>