Merge pull request #1093 from B-07/patch-2

Make doctype lowercase for better consistency with other HTML tags
This commit is contained in:
David A. Kennedy 2017-06-09 23:02:24 -04:00 committed by GitHub
commit 606e1135dd
1 changed files with 1 additions and 1 deletions

View File

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