mirror of
https://github.com/znc/znc.git
synced 2026-08-10 19:02:51 +02:00
Let lang to be the same as xml:lang in web.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user