Skip to content

Commit 025d221

Browse files
committed
[smarcet] - #13295
* fixed html rendering issue
1 parent d26d6b3 commit 025d221

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

survey_builder/templates/SurveyRadioButtonSetField.ss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<div class="radio <% if $isDisabled %> disabled<% end_if %>">
55
<label>
66
<input type="radio" name="$Name" id="$ID" value="$Value" <% if $isChecked %> checked<% end_if %>>
7-
$Title
7+
$Title.RAW
88
</label>
99
</div>
1010
</li>

0 commit comments

Comments
 (0)