aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll.vue
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-09-18 22:04:01 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-09-18 22:04:01 +0300
commit3dbc1bedbf7ea7f168548d0766d095dba02a741a (patch)
treeb7dd60bda705acd87adbff194f0263e0f49973c2 /src/components/poll/poll.vue
parent947d7cd6f285c7c683b92f79d9d2c08dd2131f5d (diff)
parentb725df6352c27421f0549b6e4c2ceeb0d240919f (diff)
Merge branch 'develop' into feature/import_export_mutes
Diffstat (limited to 'src/components/poll/poll.vue')
-rw-r--r--src/components/poll/poll.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 1858f3e1..5f54b416 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -17,6 +17,7 @@
<span class="result-percentage">
{{ percentageForOption(option.votes_count) }}%
</span>
+ <!-- eslint-disable-next-line vue/no-v-html -->
<span v-html="option.title_html" />
</div>
<div