diff --git a/phpBB/adm/style/installer_header.html b/phpBB/adm/style/installer_header.html
index 775caa7c67..c4c3427fdb 100644
--- a/phpBB/adm/style/installer_header.html
+++ b/phpBB/adm/style/installer_header.html
@@ -6,7 +6,7 @@
{META}
{PAGE_TITLE}
-
+
diff --git a/phpBB/phpbb/install/controller/helper.php b/phpBB/phpbb/install/controller/helper.php
index ef6b8ba3c2..bfa9ec6238 100644
--- a/phpBB/phpbb/install/controller/helper.php
+++ b/phpBB/phpbb/install/controller/helper.php
@@ -271,7 +271,7 @@ class helper
'PAGE_TITLE' => $this->language->lang($page_title),
'T_IMAGE_PATH' => $this->path_helper->get_web_root_path() . $path . 'images/',
'T_JQUERY_LINK' => $this->path_helper->get_web_root_path() . $path . '../assets/javascript/jquery.min.js',
- 'T_TEMPLATE_PATH' => $this->path_helper->get_web_root_path() . $path . 'style',
+ 'T_TEMPLATE_PATH' => $this->path_helper->get_web_root_path() . $path . 'style/',
'T_ASSETS_PATH' => $this->path_helper->get_web_root_path() . $path . '../assets/',
'S_CONTENT_DIRECTION' => $this->language->lang('DIRECTION'),