diff --git a/functions.php b/functions.php index 41636a7..4b5dfa1 100644 --- a/functions.php +++ b/functions.php @@ -58,8 +58,8 @@ function roots_register_sidebars() { 'id' => 'roots-' . sanitize_title($sidebar), 'name' => __($sidebar, 'roots'), 'description' => __($sidebar, 'roots'), - 'before_widget' => '
', - 'after_widget' => '
', + 'before_widget' => '
', + 'after_widget' => '
', 'before_title' => '

', 'after_title' => '

' )