diff --git a/inc/extras.php b/inc/extras.php index 728c162..d17e171 100644 --- a/inc/extras.php +++ b/inc/extras.php @@ -74,7 +74,7 @@ if ( ! function_exists( 'understrap_change_logo_class' ) ) { $html = str_replace( 'class="custom-logo"', 'class="img-fluid"', $html ); $html = str_replace( 'class="custom-logo-link"', 'class="navbar-brand custom-logo-link"', $html ); - $html = str_replace( 'alt=""', 'title="Home" alt="logo"' , $html ); + $html = str_replace( 'alt=""', 'title="Home" alt="logo"', $html ); return $html; } @@ -94,21 +94,19 @@ if ( ! function_exists ( 'understrap_post_nav' ) ) { return; } ?> - - +