mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02:00
[feature/avatars] Remove duplicate form enctype
PHPBB3-10018
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user