aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/acp_groups.html
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2012-11-22 11:58:45 +0100
committerMarc Alexander <admin@m-a-styles.de>2012-11-22 11:58:45 +0100
commit5ff343f1e6714fd88d64cb17884f88ceee681cb6 (patch)
treee21b7b28f93a5a15c3a9d5ffb426fcde45dbc96e /phpBB/adm/style/acp_groups.html
parent211abe2ac9722f23d2f86b6172452e9d9d1bff38 (diff)
downloadforums-5ff343f1e6714fd88d64cb17884f88ceee681cb6.tar
forums-5ff343f1e6714fd88d64cb17884f88ceee681cb6.tar.gz
forums-5ff343f1e6714fd88d64cb17884f88ceee681cb6.tar.bz2
forums-5ff343f1e6714fd88d64cb17884f88ceee681cb6.tar.xz
forums-5ff343f1e6714fd88d64cb17884f88ceee681cb6.zip
[feature/avatars] Remove duplicate form enctype
PHPBB3-10018
Diffstat (limited to 'phpBB/adm/style/acp_groups.html')
-rw-r--r--phpBB/adm/style/acp_groups.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_groups.html b/phpBB/adm/style/acp_groups.html
index e96adcee90..a4699571d6 100644
--- a/phpBB/adm/style/acp_groups.html
+++ b/phpBB/adm/style/acp_groups.html
@@ -17,7 +17,7 @@
</div>
<!-- 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>
<legend>{L_GROUP_DETAILS}</legend>