diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html index 0641398185..cf189f979f 100644 --- a/phpBB/adm/style/acp_groups.html +++ b/phpBB/adm/style/acp_groups.html @@ -114,7 +114,7 @@
-
diff --git a/phpBB/adm/style/acp_search.html b/phpBB/adm/style/acp_search.html index dd63eac7d5..1cde52acf3 100644 --- a/phpBB/adm/style/acp_search.html +++ b/phpBB/adm/style/acp_search.html @@ -46,7 +46,7 @@ {L_SEARCH_TYPE}

{L_SEARCH_TYPE_EXPLAIN}
-
+
diff --git a/phpBB/adm/style/acp_users_avatar.html b/phpBB/adm/style/acp_users_avatar.html index ba0b896e6c..0d06d088e8 100644 --- a/phpBB/adm/style/acp_users_avatar.html +++ b/phpBB/adm/style/acp_users_avatar.html @@ -13,7 +13,7 @@ {L_AVATAR_SELECT}
-
diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js index 2502ca6a1c..cd633ed2ae 100644 --- a/phpBB/assets/javascript/core.js +++ b/phpBB/assets/javascript/core.js @@ -1533,7 +1533,7 @@ $(document).ready(function() { phpbb.history.replaceUrl($('#unread[data-url]').data('url')); // Hide settings that are not selected via select element. - $('select[data-toggable-settings]').each(function() { + $('select[data-togglable-settings]').each(function() { var select = $(this); select.change(function() { diff --git a/phpBB/includes/functions_acp.php b/phpBB/includes/functions_acp.php index 0d19fc4d6a..1c4d6966da 100644 --- a/phpBB/includes/functions_acp.php +++ b/phpBB/includes/functions_acp.php @@ -364,7 +364,7 @@ function build_cfg_template($tpl_type, $key, &$new, $config_key, $vars) if ($tpl_type[0] == 'select') { $size = (isset($tpl_type[1])) ? (int) $tpl_type[1] : 1; - $data_toggle = (!empty($tpl_type[2])) ? ' data-toggable-settings="true"' : ''; + $data_toggle = (!empty($tpl_type[2])) ? ' data-togglable-settings="true"' : ''; $tpl = ''; } diff --git a/phpBB/styles/prosilver/template/ucp_avatar_options.html b/phpBB/styles/prosilver/template/ucp_avatar_options.html index 63e1fe3336..4b4581a59c 100644 --- a/phpBB/styles/prosilver/template/ucp_avatar_options.html +++ b/phpBB/styles/prosilver/template/ucp_avatar_options.html @@ -16,7 +16,7 @@
-
diff --git a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html index 11eb537b5c..07b3edb498 100644 --- a/phpBB/styles/subsilver2/template/ucp_profile_avatar.html +++ b/phpBB/styles/subsilver2/template/ucp_profile_avatar.html @@ -27,7 +27,7 @@ {L_AVATAR_TYPE}{L_COLON} -