diff options
-rw-r--r-- | phpBB/adm/style/auth_provider_oauth.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/phpBB/adm/style/auth_provider_oauth.html b/phpBB/adm/style/auth_provider_oauth.html index 3e994ec721..4c8ff4d36c 100644 --- a/phpBB/adm/style/auth_provider_oauth.html +++ b/phpBB/adm/style/auth_provider_oauth.html @@ -1,6 +1,5 @@ -<fieldset id="auth_oauth_settings"> - <legend>{L_AUTH_PROVIDER_OAUTH_TITLE}</legend> +<div id="auth_oauth_settings"> <p>{L_AUTH_PROVIDER_OAUTH_EXPLAIN}</p> <!-- BEGIN oauth_services --> @@ -16,4 +15,4 @@ </dl> </fieldset> <!-- END oauth_services --> -</fieldset> +</div> |