Allow poll options to contain rendered code by not escaping it.

This commit is contained in:
Benjamin Kampmann 2014-03-05 10:04:28 +01:00
parent edf86a207b
commit a2512ecf74
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<td class="radio"><input type="radio" name="poll" {{bind-attr checked=checked disabled=controller.loading}}></td>
<td class="option">
<div class="option">
{{option}}
{{{ option }}}
</div>
{{#if controller.showResults}}
<div class="result">{{i18n poll.voteCount count=votes}}</div>