Skip to content

Commit c46c839

Browse files
BruceVonKMichelle Sintov
authored andcommitted
VIC-11924 Escaped double quotes to display initial input field value correctly (#63)
1 parent 33a9232 commit c46c839

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/apps/remote_control/remote_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def handle_index_page():
373373
<h3>Play Animations</h3>
374374
<b>0 .. 9</b> : Play Animation mapped to that key<br>
375375
<h3>Talk</h3>
376-
<b>Space</b> : Say <input type="text" name="sayText" id="sayTextId" value="""" + flask_app.remote_control_vector.text_to_say + """" onchange=handleTextInput(this)>
376+
<b>Space</b> : Say <input type="text" name="sayText" id="sayTextId" value=\"""" + flask_app.remote_control_vector.text_to_say + """\" onchange=handleTextInput(this)>
377377
</td>
378378
<td width=30></td>
379379
<td valign=top>

0 commit comments

Comments
 (0)