some style nitpick

This commit is contained in:
Kazhnuz 2018-10-24 14:56:16 +02:00
parent cd6fc325ef
commit 83595b965a
1 changed files with 4 additions and 4 deletions

View File

@ -10,10 +10,10 @@
if ( function_exists('register_sidebar') ) if ( function_exists('register_sidebar') )
register_sidebar(array( register_sidebar(array(
'before_widget' => '<section id="%1$s" class="widget %2$s card card-secondary">', 'before_widget' => '<section id="%1$s" class="widget %2$s card card-secondary">',
'after_widget' => '</section>', 'after_widget' => '</section>',
'before_title' => '<h1 class="section card-header">', 'before_title' => '<h1 class="section card-header">',
'after_title' => '</h1>', 'after_title' => '</h1>',
)); ));