diff options
author | NumEricR <eric.github@gmail.com> | 2013-08-26 22:21:22 +0200 |
---|---|---|
committer | NumEricR <eric.github@gmail.com> | 2013-09-14 10:06:59 +0200 |
commit | 10ab20d8e21b2fa3f4d8e86909a7cb4d0d9a84d2 (patch) | |
tree | a674373d3ebb333603f4a68df69db950f5e06360 /install/update.php | |
parent | 48207b6814eeaef30a0baf64c3ed1e1d148de6fe (diff) | |
download | wallabag-10ab20d8e21b2fa3f4d8e86909a7cb4d0d9a84d2.tar.gz wallabag-10ab20d8e21b2fa3f4d8e86909a7cb4d0d9a84d2.tar.zst wallabag-10ab20d8e21b2fa3f4d8e86909a7cb4d0d9a84d2.zip |
Fix missing lang in html tag of update pages
Diffstat (limited to 'install/update.php')
-rw-r--r-- | install/update.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 1deaf7f3..9548d334 100644 --- a/install/update.php +++ b/install/update.php | |||
@@ -10,7 +10,7 @@ $store = new Database(); | |||
10 | <!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]--> | 10 | <!--[if lte IE 7]> <html class="no-js ie7 ie67 ie678" lang="en"> <![endif]--> |
11 | <!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]--> | 11 | <!--[if IE 8]> <html class="no-js ie8 ie678" lang="en"> <![endif]--> |
12 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> | 12 | <!--[if gt IE 8]><!--> <html class="no-js" lang="en"> <!--<![endif]--> |
13 | <html> | 13 | <html lang="en"> |
14 | <head> | 14 | <head> |
15 | <meta charset="utf-8"> | 15 | <meta charset="utf-8"> |
16 | <title>updating poche</title> | 16 | <title>updating poche</title> |