Skip to content

Commit

Permalink
html head の最初の改行を削除 #795
Browse files Browse the repository at this point in the history
  • Loading branch information
kurudrive committed Mar 15, 2022
1 parent ddd7889 commit 65ab9b9
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions _g3/header.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
<?php do_action( 'get_header' ); ?>
<!DOCTYPE html>
<?php
/**
* Lightning G3 Header
*
* @package vektor-inc/lightning
*/

do_action( 'get_header' ); ?><!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="utf-8">
Expand All @@ -20,4 +26,4 @@
} else {
do_action( 'wp_body_open' );
}
?>
?>

0 comments on commit 65ab9b9

Please sign in to comment.