1
0

Use xhtmlns attribute to <html>

This commit is contained in:
Garvin Hicking
2008-02-14 09:15:18 +00:00
parent 31f806b8ba
commit 4c6d6fac71
10 changed files with 10 additions and 10 deletions
templates
bulletproof
carl_contest
competition
contest
default-php
default
kubrick
moz-modern
wp

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