[ticket/9388] Do not nest the <fieldset> tags in the OAuth settings.

PHPBB3-9388
This commit is contained in:
Cesar G 2014-05-08 13:39:31 -07:00
parent f95a7b0222
commit 2ca01bdcbe

View file

@ -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>