summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-04-01 06:44:22 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-04-01 06:44:22 +0900
commit18728691423f1d504daa8cf775d04b343cc7f824 (patch)
tree206ab190888e8e9ed5ddeaeaa7c8df298f7455ee /src/web
parentv1575 (diff)
downloadmisskey-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.tag2
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>