aboutsummaryrefslogtreecommitdiff
path: root/src/components/poll/poll.vue
diff options
context:
space:
mode:
authorShpuld Shpludson <shp@cock.li>2020-12-15 19:50:59 +0000
committerShpuld Shpludson <shp@cock.li>2020-12-15 19:50:59 +0000
commit22546ea8132ab73a1501256dd2686dbf88dfc308 (patch)
tree73a19170bf4fbc535a093e9300e7900349e2a95f /src/components/poll/poll.vue
parent5d95376bef43b6c01ceee845cd42a355d74acdf2 (diff)
parent5077549c7314c5ba18160a2a1a0bb303f143c182 (diff)
Merge branch 'develop' into 'feat/move-external-source-button-to-extra-buttons'
# Conflicts: # CHANGELOG.md
Diffstat (limited to 'src/components/poll/poll.vue')
-rw-r--r--src/components/poll/poll.vue3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue
index 264a5f03..42819c19 100644
--- a/src/components/poll/poll.vue
+++ b/src/components/poll/poll.vue
@@ -42,7 +42,8 @@
:value="index"
>
<label class="option-vote">
- <div>{{ option.title }}</div>
+ <!-- eslint-disable-next-line vue/no-v-html -->
+ <div v-html="option.title_html" />
</label>
</div>
</div>