aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-05-12 23:09:41 +0200
committerNils Adermann <naderman@naderman.de>2013-05-12 23:09:41 +0200
commita42693e66d2dc6a8d7998afccabe3eedfcf30613 (patch)
tree1c6e75e6fce7dc10ed53c601185c85faae3c51b4 /phpBB/install
parentfe13b89dd4bd6d808d81c903e66fe869ccd43050 (diff)
parent45e014d35d755363224a8a84dd9bb51299a6f107 (diff)
downloadforums-a42693e66d2dc6a8d7998afccabe3eedfcf30613.tar
forums-a42693e66d2dc6a8d7998afccabe3eedfcf30613.tar.gz
forums-a42693e66d2dc6a8d7998afccabe3eedfcf30613.tar.bz2
forums-a42693e66d2dc6a8d7998afccabe3eedfcf30613.tar.xz
forums-a42693e66d2dc6a8d7998afccabe3eedfcf30613.zip
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/11105] Added spaces between ; and "url=" to adhere to w3c conventions. Conflicts: phpBB/includes/functions.php
Diffstat (limited to 'phpBB/install')
-rw-r--r--phpBB/install/install_convert.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/install_convert.php b/phpBB/install/install_convert.php
index 15202768b8..6198efe4c7 100644
--- a/phpBB/install/install_convert.php
+++ b/phpBB/install/install_convert.php
@@ -2065,7 +2065,7 @@ class install_convert extends module
// Because we should not rely on correct settings, we simply use the relative path here directly.
$template->assign_vars(array(
'S_REFRESH' => true,
- 'META' => '<meta http-equiv="refresh" content="5;url=' . $url . '" />')
+ 'META' => '<meta http-equiv="refresh" content="5; url=' . $url . '" />')
);
}
}