1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 22:10:45 +02:00

[ticket/13934] Add enctype clause for profile fields

Adds a template variable (the same) in all places where profile fields
may need an enctype clause in the corresponding forms.

PHPBB3-13934
This commit is contained in:
javiexin
2015-06-30 14:35:01 +02:00
parent 558d604d83
commit 80fee7422c
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@
// ]]>
</script>
<form method="post" action="{S_UCP_ACTION}" id="register">
<form id="register" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}>
<div class="panel">
<div class="inner">