mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 05:50:42 +02:00
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
This commit is contained in:
@@ -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 . '" />')
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user