Showing
1 changed file
with
2 additions
and
2 deletions
@@ -13,7 +13,7 @@ | @@ -13,7 +13,7 @@ | ||
13 | {{# questionContents}} | 13 | {{# questionContents}} |
14 | <dd class="radio-option" data-index="{{@index}}"> | 14 | <dd class="radio-option" data-index="{{@index}}"> |
15 | <span class="iconfont"></span> | 15 | <span class="iconfont"></span> |
16 | - {{option}} | 16 | + {{{option}}} |
17 | {{#if addon}} | 17 | {{#if addon}} |
18 | <input type="text"> | 18 | <input type="text"> |
19 | {{/if}} | 19 | {{/if}} |
@@ -25,7 +25,7 @@ | @@ -25,7 +25,7 @@ | ||
25 | {{# questionContents}} | 25 | {{# questionContents}} |
26 | <dd class="check-option"> | 26 | <dd class="check-option"> |
27 | <span class="iconfont"></span> | 27 | <span class="iconfont"></span> |
28 | - {{option}} | 28 | + {{{option}}} |
29 | {{#if addon}} | 29 | {{#if addon}} |
30 | <input type="text"> | 30 | <input type="text"> |
31 | {{/if}} | 31 | {{/if}} |
-
Please register or login to post a comment