forked from mirror/_s
doctype uppercase to lowercase
This commit is contained in:
parent
b330bbaba7
commit
095f3422f7
|
@ -9,7 +9,7 @@
|
||||||
* @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' ); ?>">
|
||||||
|
|
Reference in New Issue