diff --git a/lib/templates/structure/header.php b/lib/templates/structure/header.php index ccfc85dc..7aced1bb 100644 --- a/lib/templates/structure/header.php +++ b/lib/templates/structure/header.php @@ -11,7 +11,7 @@ beans_output_e( 'beans_doctype', '' ); -beans_open_markup_e( 'beans_html', 'html', str_replace( ' ', '&', str_replace( '"', '', beans_render_function( 'language_attributes' ) ) ) ); +beans_open_markup_e( 'beans_html', 'html', str_replace( '"', '', str_replace( '" ', '&', beans_render_function( 'language_attributes' ) ) ) ); beans_open_markup_e( 'beans_head', 'head' );