aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/styles/prosilver/template/posting_editor.html
diff options
context:
space:
mode:
authorChris Smith <toonarmy@phpbb.com>2009-02-27 16:48:41 +0000
committerChris Smith <toonarmy@phpbb.com>2009-02-27 16:48:41 +0000
commit005c48de98f7a8583d6ae158cb6a0d2b7b7ae1ae (patch)
treeef08afbe6c449163ed2a8eaa37ec285f8e4787b3 /phpBB/styles/prosilver/template/posting_editor.html
parent67a70f7fd447a483adf1831aa924b456bdeb088e (diff)
downloadforums-005c48de98f7a8583d6ae158cb6a0d2b7b7ae1ae.tar
forums-005c48de98f7a8583d6ae158cb6a0d2b7b7ae1ae.tar.gz
forums-005c48de98f7a8583d6ae158cb6a0d2b7b7ae1ae.tar.bz2
forums-005c48de98f7a8583d6ae158cb6a0d2b7b7ae1ae.tar.xz
forums-005c48de98f7a8583d6ae158cb6a0d2b7b7ae1ae.zip
Fixed XHTML attributes. #38465
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@9345 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/styles/prosilver/template/posting_editor.html')
-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 f255862430..2820d57364 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="true" 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 -->