diff options
author | Cesar G <prototech91@gmail.com> | 2014-11-26 18:43:24 -0800 |
---|---|---|
committer | Cesar G <prototech91@gmail.com> | 2014-11-26 18:43:24 -0800 |
commit | 79a1495f66fb26d71a4f9f544c1dd9a3681e94b4 (patch) | |
tree | ec999f357d63bff03620a5edcad77d467e1a83de | |
parent | ee90d227c2b041df85fbbdc9cd1f99b23a858687 (diff) | |
parent | a5a18fb6dd1da5badb638b935a4d7e69e6d3b278 (diff) | |
download | forums-79a1495f66fb26d71a4f9f544c1dd9a3681e94b4.tar forums-79a1495f66fb26d71a4f9f544c1dd9a3681e94b4.tar.gz forums-79a1495f66fb26d71a4f9f544c1dd9a3681e94b4.tar.bz2 forums-79a1495f66fb26d71a4f9f544c1dd9a3681e94b4.tar.xz forums-79a1495f66fb26d71a4f9f544c1dd9a3681e94b4.zip |
Merge remote-tracking branch 'Prosk8er/ticket/13391' into develop-ascraeus
* Prosk8er/ticket/13391:
[ticket/13391] subsilver2 poll options must have a setting of 1 when editing a post
-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> |