]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix missing lang in html tag of update pages
authorNumEricR <eric.github@gmail.com>
Mon, 26 Aug 2013 20:21:22 +0000 (22:21 +0200)
committerNumEricR <eric.github@gmail.com>
Sat, 14 Sep 2013 08:06:59 +0000 (10:06 +0200)
install/update.php
install/update_to_1beta3.php

index 1deaf7f3f516b30bdbaab10a36823f7c8c417a8f..9548d334c99de1e7caf5c6218873963d3ab61bad 100644 (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>
index 8c93af6d2e1ad7718c8aeb27a9711e21408b157a..e0da1590d5f26e9c9b07820e53d7343ba3f242e8 100644 (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>