[feature/avatars] Remove duplicate form enctype

PHPBB3-10018
This commit is contained in:
Marc Alexander 2012-11-22 11:58:45 +01:00
parent 211abe2ac9
commit 5ff343f1e6

View file

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