Use xhtmlns attribute to <html>
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
"http://www.w3.org/TR/html4/loose.dtd">
|
||||
{/if}
|
||||
|
||||
<html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang}" lang="{$lang}">
|
||||
<head>
|
||||
<title>{$head_title|@default:$blogTitle} {if $head_subtitle} - {$head_subtitle}{/if}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={$head_charset}" />
|
||||
|
Reference in New Issue
Block a user