mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[feature/avatars] Remove duplicate form enctype
PHPBB3-10018
This commit is contained in:
parent
211abe2ac9
commit
5ff343f1e6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
||||||
</div>
|
</div>
|
||||||
<!-- ENDIF -->
|
<!-- ENDIF -->
|
||||||
|
|
||||||
<form id="settings" method="post" action="{U_ACTION}"<!-- IF S_CAN_UPLOAD --> enctype="multipart/form-data"<!-- ENDIF --> enctype="multipart/form-data">
|
<form id="settings" method="post" action="{U_ACTION}" enctype="multipart/form-data">
|
||||||
|
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<legend>{L_GROUP_DETAILS}</legend>
|
<legend>{L_GROUP_DETAILS}</legend>
|
||||||
|
|
Loading…
Add table
Reference in a new issue