diff options
| author | Cesar G <prototech91@gmail.com> | 2014-05-08 13:39:31 -0700 |
|---|---|---|
| committer | Cesar G <prototech91@gmail.com> | 2014-05-08 13:39:31 -0700 |
| commit | 2ca01bdcbee86cdbf9971c356c2224e9ea8358f4 (patch) | |
| tree | d90abb7f906508ab3c2fe6b4de13b04a4011fd9c | |
| parent | f95a7b0222a8c223644db08edf0b5364b6847a2f (diff) | |
| download | forums-2ca01bdcbee86cdbf9971c356c2224e9ea8358f4.tar forums-2ca01bdcbee86cdbf9971c356c2224e9ea8358f4.tar.gz forums-2ca01bdcbee86cdbf9971c356c2224e9ea8358f4.tar.bz2 forums-2ca01bdcbee86cdbf9971c356c2224e9ea8358f4.tar.xz forums-2ca01bdcbee86cdbf9971c356c2224e9ea8358f4.zip | |
[ticket/9388] Do not nest the <fieldset> tags in the OAuth settings.
PHPBB3-9388
| -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> |
