aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll.vue
diff options
context:
space:
mode:
authorMaksim Pechnikov <parallel588@gmail.com>2020-09-18 22:03:11 +0300
committerMaksim Pechnikov <parallel588@gmail.com>2020-09-18 22:03:11 +0300
commitb725df6352c27421f0549b6e4c2ceeb0d240919f (patch)
treea0a733302b9ab28e50419bb13937dc261d09646b /src/components/poll/poll.vue
parentfa2b680855c790ba8ed8d7cc0dbf2a3a2e1dbaf6 (diff)
parent0fee9a8fe71faed789589aae6ff1bf3434e01e93 (diff)
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma-fe into develop
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