1
0

Use xhtmlns attribute to <html>

This commit is contained in:
Garvin Hicking
2008-02-14 09:15:18 +00:00
parent 270a01b543
commit a534807864
10 changed files with 10 additions and 10 deletions

View File

@ -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}" />