Support unicode in text field.

Part of STUD-868
This commit is contained in:
cahrens
2013-12-20 13:31:16 -05:00
parent df5b22e545
commit dc3b5ab57a
2 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
<sequential>
<poll_question name="T1_changemind_poll_foo" display_name="Change your answer" reset="false">
<p>Have you changed your mind?</p>
<p>Have you changed your mind? </p>
<answer id="yes">Yes</answer>
<answer id="no">No</answer>
</poll_question>