We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a9232 commit c46c839Copy full SHA for c46c839
1 file changed
examples/apps/remote_control/remote_control.py
@@ -373,7 +373,7 @@ def handle_index_page():
373
<h3>Play Animations</h3>
374
<b>0 .. 9</b> : Play Animation mapped to that key<br>
375
<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)>
+ <b>Space</b> : Say <input type="text" name="sayText" id="sayTextId" value=\"""" + flask_app.remote_control_vector.text_to_say + """\" onchange=handleTextInput(this)>
377
</td>
378
<td width=30></td>
379
<td valign=top>
0 commit comments