diff options
| author | Prosk8er <prosk8er@gotskillslounge.com> | 2014-11-26 14:09:07 -0500 |
|---|---|---|
| committer | Prosk8er <prosk8er@gotskillslounge.com> | 2014-11-26 14:09:07 -0500 |
| commit | a5a18fb6dd1da5badb638b935a4d7e69e6d3b278 (patch) | |
| tree | ec999f357d63bff03620a5edcad77d467e1a83de | |
| parent | ee90d227c2b041df85fbbdc9cd1f99b23a858687 (diff) | |
| download | forums-a5a18fb6dd1da5badb638b935a4d7e69e6d3b278.tar forums-a5a18fb6dd1da5badb638b935a4d7e69e6d3b278.tar.gz forums-a5a18fb6dd1da5badb638b935a4d7e69e6d3b278.tar.bz2 forums-a5a18fb6dd1da5badb638b935a4d7e69e6d3b278.tar.xz forums-a5a18fb6dd1da5badb638b935a4d7e69e6d3b278.zip | |
[ticket/13391] subsilver2 poll options must have a setting of 1 when editing a post
PHPBB3-13391
| -rw-r--r-- | phpBB/styles/subsilver2/template/posting_poll_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subsilver2/template/posting_poll_body.html b/phpBB/styles/subsilver2/template/posting_poll_body.html index 67996eaf33..8d98b36c86 100644 --- a/phpBB/styles/subsilver2/template/posting_poll_body.html +++ b/phpBB/styles/subsilver2/template/posting_poll_body.html @@ -15,7 +15,7 @@ </tr> <tr> <td class="row1"><b class="genmed">{L_POLL_MAX_OPTIONS}{L_COLON}</b><br /><span class="gensmall">{L_POLL_MAX_OPTIONS_EXPLAIN}</span></td> - <td class="row2"><input class="post" type="number" min="1" max="999" name="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}" /></td> + <td class="row2"><input class="post" type="number" min="0" max="999" name="poll_max_options" size="3" maxlength="3" value="{POLL_MAX_OPTIONS}" /></td> </tr> <tr> <td class="row1"><b class="genmed">{L_POLL_FOR}{L_COLON}</b></td> |
