aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2020-08-04 19:16:55 +0300
committerHenry Jameson <me@hjkos.com>2020-08-04 19:16:55 +0300
commitdce057f24ec7b8ea6806210c97a4bf2c65584cc2 (patch)
treef176aac118bcefbd2875190dbae0584f31f24030 /src/components/poll
parent839681bbc70c87110625af11e5a8b5593b59136e (diff)
lint
Diffstat (limited to 'src/components/poll')
-rw-r--r--src/components/poll/poll.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index adbb0555..ceba9eea 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -17,7 +17,7 @@
<span class="result-percentage">
{{ percentageForOption(option.votes_count) }}%
</span>
- <span v-html="option.title_html"></span>
+ <span v-html="option.title_html" />
</div>
<div
class="result-fill"