Proper Indentation

Metas and Links within Head should be indented as it is a common practice
This commit is contained in:
Bappi 2017-07-10 09:33:38 +06:00 committed by GitHub
parent b9dd2a4471
commit 32a9dbd5d5
1 changed files with 6 additions and 5 deletions

View File

@ -9,7 +9,8 @@
* @package _s
*/
?><!doctype html>
?>
<!doctype html>
<html <?php language_attributes(); ?>>
<head>
<meta charset="<?php bloginfo( 'charset' ); ?>">