Merge pull request #1171 from B-07/patch-1

Proper Indentation
This commit is contained in:
alaczek 2017-07-11 11:59:59 +10:00 committed by GitHub
commit c44675fa12
1 changed files with 6 additions and 5 deletions

View File

@ -9,14 +9,15 @@
* @package _s * @package _s
*/ */
?><!doctype html> ?>
<!doctype html>
<html <?php language_attributes(); ?>> <html <?php language_attributes(); ?>>
<head> <head>
<meta charset="<?php bloginfo( 'charset' ); ?>"> <meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="profile" href="http://gmpg.org/xfn/11"> <link rel="profile" href="http://gmpg.org/xfn/11">
<?php wp_head(); ?> <?php wp_head(); ?>
</head> </head>
<body <?php body_class(); ?>> <body <?php body_class(); ?>>