Fix missing lang in html tag of update pages

This commit is contained in:
NumEricR 2013-08-26 22:21:22 +02:00
parent 48207b6814
commit 10ab20d8e2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ $store = new Database();
<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>updating poche</title>

View File

@ -10,7 +10,7 @@ $old_salt = '464v54gLLw928uz4zUBqkRJeiPY68zCX';
<!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]-->
<html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>updating poche</title>