diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-04-01 06:44:22 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-04-01 06:44:22 +0900 |
| commit | 18728691423f1d504daa8cf775d04b343cc7f824 (patch) | |
| tree | 206ab190888e8e9ed5ddeaeaa7c8df298f7455ee /src/web | |
| parent | v1575 (diff) | |
| download | misskey-18728691423f1d504daa8cf775d04b343cc7f824.tar.gz misskey-18728691423f1d504daa8cf775d04b343cc7f824.tar.bz2 misskey-18728691423f1d504daa8cf775d04b343cc7f824.zip | |
[Client] Fix HTML
Diffstat (limited to 'src/web')
| -rw-r--r-- | src/web/app/common/tags/poll-editor.tag | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/common/tags/poll-editor.tag b/src/web/app/common/tags/poll-editor.tag index f07575ab45..0ee224f33c 100644 --- a/src/web/app/common/tags/poll-editor.tag +++ b/src/web/app/common/tags/poll-editor.tag @@ -10,7 +10,7 @@ </button> </li> </ul> - <button class="add" if={ choices.length < 10 } onclick={ add }>%i18n:common.tags.mk-poll-editor.add%/button> + <button class="add" if={ choices.length < 10 } onclick={ add }>%i18n:common.tags.mk-poll-editor.add%</button> <button class="destroy" onclick={ destroy } title="%i18n:common.tags.mk-poll-editor.destroy%"> <i class="fa fa-times"></i> </button> |