diff --git a/phpBB/adm/style/acp_forums.html b/phpBB/adm/style/acp_forums.html
index 9201736085..8577c08860 100644
--- a/phpBB/adm/style/acp_forums.html
+++ b/phpBB/adm/style/acp_forums.html
@@ -166,11 +166,11 @@
{L_FORUM_PASSWORD_EXPLAIN}
-
+
{L_FORUM_PASSWORD_CONFIRM_EXPLAIN}
-
+
diff --git a/phpBB/adm/style/acp_users_overview.html b/phpBB/adm/style/acp_users_overview.html
index 911dcad293..9237e45daf 100644
--- a/phpBB/adm/style/acp_users_overview.html
+++ b/phpBB/adm/style/acp_users_overview.html
@@ -43,19 +43,19 @@
-
+
{L_CONFIRM_EMAIL_EXPLAIN}
-
+
{L_CHANGE_PASSWORD_EXPLAIN}
-
+
{L_CONFIRM_PASSWORD_EXPLAIN}
-
+
diff --git a/phpBB/includes/auth/auth_ldap.php b/phpBB/includes/auth/auth_ldap.php
index 4f311797b2..66facd0faa 100644
--- a/phpBB/includes/auth/auth_ldap.php
+++ b/phpBB/includes/auth/auth_ldap.php
@@ -335,7 +335,7 @@ function acp_ldap(&$new)
' . $user->lang['LDAP_PASSWORD_EXPLAIN'] . '
-
+
';
diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php
index 5ff77855f0..52c9b9147f 100644
--- a/phpBB/includes/functions_acp.php
+++ b/phpBB/includes/functions_acp.php
@@ -203,7 +203,7 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars)
$size = (int) $tpl_type[1];
$maxlength = (int) $tpl_type[2];
- $tpl = '';
+ $tpl = '';
break;
case 'dimension':