From 83595b965a8f052fa689e1e3da590e94a9482501 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Wed, 24 Oct 2018 14:56:16 +0200 Subject: [PATCH] some style nitpick --- functions.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/functions.php b/functions.php index 1bdcdb8..f61c632 100644 --- a/functions.php +++ b/functions.php @@ -10,10 +10,10 @@ if ( function_exists('register_sidebar') ) register_sidebar(array( - 'before_widget' => '
', - 'after_widget' => '
', - 'before_title' => '

', - 'after_title' => '

', + 'before_widget' => '
', + 'after_widget' => '
', + 'before_title' => '

', + 'after_title' => '

', ));