forked from mirror/_s
Merge pull request #1093 from B-07/patch-2
Make doctype lowercase for better consistency with other HTML tags
This commit is contained in:
commit
606e1135dd
|
@ -9,7 +9,7 @@
|
|||
* @package _s
|
||||
*/
|
||||
|
||||
?><!DOCTYPE html>
|
||||
?><!doctype html>
|
||||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
|
|
Reference in New Issue