mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/9388] Do not nest the <fieldset> tags in the OAuth settings.
PHPBB3-9388
This commit is contained in:
parent
f95a7b0222
commit
2ca01bdcbe
1 changed files with 2 additions and 3 deletions
|
@ -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>
|
<p>{L_AUTH_PROVIDER_OAUTH_EXPLAIN}</p>
|
||||||
|
|
||||||
<!-- BEGIN oauth_services -->
|
<!-- BEGIN oauth_services -->
|
||||||
|
@ -16,4 +15,4 @@
|
||||||
</dl>
|
</dl>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<!-- END oauth_services -->
|
<!-- END oauth_services -->
|
||||||
</fieldset>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue