aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2009-05-01 12:00:44 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2009-05-01 12:00:44 +0000
commitf6cf55fac704abbdcfcc5dd0bc1130b2b321b605 (patch)
treeefd123297cbfbd3b009e9465ab9cdbbc2247b512 /phpBB
parent88ab6cb3bb4fa18ff09aaa69479da5e1563b6dde (diff)
downloadforums-f6cf55fac704abbdcfcc5dd0bc1130b2b321b605.tar
forums-f6cf55fac704abbdcfcc5dd0bc1130b2b321b605.tar.gz
forums-f6cf55fac704abbdcfcc5dd0bc1130b2b321b605.tar.bz2
forums-f6cf55fac704abbdcfcc5dd0bc1130b2b321b605.tar.xz
forums-f6cf55fac704abbdcfcc5dd0bc1130b2b321b605.zip
very tiny adjustement
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9506 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r--phpBB/styles/prosilver/template/posting_editor.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/prosilver/template/posting_editor.html b/phpBB/styles/prosilver/template/posting_editor.html
index ee1c6d0860..248d1ea72c 100644
--- a/phpBB/styles/prosilver/template/posting_editor.html
+++ b/phpBB/styles/prosilver/template/posting_editor.html
@@ -61,7 +61,7 @@
<!-- IF S_GROUP_OPTIONS -->
<div class="column2">
<dl>
- <dd><label for="group_list">{L_USERGROUPS}:</label> <select name="group_list[]" id="group_list "multiple="multiple" size="4" class="inputbox">{S_GROUP_OPTIONS}</select></dd>
+ <dd><label for="group_list">{L_USERGROUPS}:</label> <select name="group_list[]" id="group_list" multiple="multiple" size="4" class="inputbox">{S_GROUP_OPTIONS}</select></dd>
</dl>
</div>
<!-- ENDIF -->