Let lang to be the same as xml:lang in web.

This commit is contained in:
Alexey Sokolov
2012-03-23 01:17:29 +07:00
parent 30b99d58f3
commit b46231b12d
+1 -1
View File
@@ -1,7 +1,7 @@
<? INC DocType.tmpl ?>
<? INC Options.tmpl ?>
<? ADDROW CSSLoop HREF=/skinfiles/_default_/global.css ?>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>ZNC - <? VAR Title DEFAULT="Web Frontend" ?></title>