Browse Source

Add a new line into header.php

te2dy 3 years ago
parent
commit
e767af9259
1 changed files with 1 additions and 0 deletions
  1. 1 0
      header.php

+ 1 - 0
header.php

@@ -31,6 +31,7 @@
 		$marianne_body_class .= ' text-shadow';
 	}
 	?>
+
 	<body <?php body_class( $marianne_body_class ); ?>>
 		<?php
 		if ( function_exists( 'wp_body_open' ) ) {