Fix spacing

This commit is contained in:
IanDelMar 2018-12-25 19:19:42 +01:00 committed by GitHub
parent 77bc390ee7
commit c014366a48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}