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
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
* @package _s
|
||||
*/
|
||||
|
||||
?><!DOCTYPE html>
|
||||
?><!doctype html>
|
||||
<html <?php language_attributes(); ?>>
|
||||
<head>
|
||||
<meta charset="<?php bloginfo( 'charset' ); ?>">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue