diff options
Diffstat (limited to 'phpBB/templates/Euclid')
-rw-r--r-- | phpBB/templates/Euclid/profile_add_body.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/Euclid/profile_add_body.tpl b/phpBB/templates/Euclid/profile_add_body.tpl index 43f316fabb..86d5202a86 100644 --- a/phpBB/templates/Euclid/profile_add_body.tpl +++ b/phpBB/templates/Euclid/profile_add_body.tpl @@ -1,5 +1,5 @@ -<form action="{S_PROFILE_ACTION}" enctype="multipart/form-data" method="post"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center"> +<form action="{S_PROFILE_ACTION}" {S_FORM_ENCTYPE} method="post"><table width="98%" cellspacing="0" cellpadding="4" border="0" align="center"> <tr> <td align="left"><span class="gensmall"><a href="{U_INDEX}">{L_INDEX}</a></span></td> </tr> |