mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Merge branch '3.1.x'
* 3.1.x: [ticket/13934] Add enctype clause for profile fields
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<form id="add_profile_field" method="post" action="{U_ACTION}">
|
||||
<form id="add_profile_field" method="post" action="{U_ACTION}"{S_FORM_ENCTYPE}>
|
||||
|
||||
<!-- IF S_STEP_ONE -->
|
||||
|
||||
|
@@ -1,4 +1,4 @@
|
||||
<form id="user_profile" method="post" action="{U_ACTION}">
|
||||
<form id="user_profile" method="post" action="{U_ACTION}"{S_FORM_ENCTYPE}>
|
||||
|
||||
<fieldset>
|
||||
<legend>{L_USER_PROFILE}</legend>
|
||||
|
Reference in New Issue
Block a user