diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-06-18 13:33:00 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-06-18 13:33:00 +0000 |
| commit | 6343ee929c71d444ab14de3cc17151cb9ca1eb06 (patch) | |
| tree | f4e857c4a9a7ce8ba84c7351c048b36e1e2d0531 /src/components/poll/poll.vue | |
| parent | 2ea5bff3a7ef34d6f073db16bcfa6cebf879050a (diff) | |
| parent | b0b33be9ddeb96fe808770604f6fab9c4d8d15c0 (diff) | |
Merge branch '589-poll-options' into 'develop'
Polls: Construct an html field during normalization.
Closes #589
See merge request pleroma/pleroma-fe!1146
Diffstat (limited to 'src/components/poll/poll.vue')
| -rw-r--r-- | src/components/poll/poll.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/poll/poll.vue b/src/components/poll/poll.vue index 56e91cca..adbb0555 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>{{ option.title }}</span> + <span v-html="option.title_html"></span> </div> <div class="result-fill" |
