aboutsummaryrefslogtreecommitdiffhomepage
path: root/install/update_to_1beta3.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-15 10:12:56 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-09-15 10:12:56 -0700
commitd62dfd88d2519f84b418700bcf7e08f1a4081662 (patch)
treedd6196df1919c616294a274652cc7f006893d594 /install/update_to_1beta3.php
parent48207b6814eeaef30a0baf64c3ed1e1d148de6fe (diff)
parentd081f272b0b63cdf86ab7666747b63dbff7f068e (diff)
downloadwallabag-d62dfd88d2519f84b418700bcf7e08f1a4081662.tar.gz
wallabag-d62dfd88d2519f84b418700bcf7e08f1a4081662.tar.zst
wallabag-d62dfd88d2519f84b418700bcf7e08f1a4081662.zip
Merge pull request #221 from NumEricR/language
Fix #183: language declaration
Diffstat (limited to 'install/update_to_1beta3.php')
-rw-r--r--install/update_to_1beta3.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/update_to_1beta3.php b/install/update_to_1beta3.php
index 8c93af6d..e0da1590 100644
--- a/install/update_to_1beta3.php
+++ b/install/update_to_1beta3.php
@@ -10,7 +10,7 @@ $old_salt = '464v54gLLw928uz4zUBqkRJeiPY68zCX';
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>