We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf5fc7 commit 738b696Copy full SHA for 738b696
webprompt-shell.html
@@ -65,7 +65,7 @@
65
<hr/>
66
<textarea class="emscripten" id="output" rows="8" readonly="readonly"></textarea>
67
68
- <input type="text" class="emscripten" id="input" name="text" value="{'REPL':'press enter'}"></input>
+ <input type="text" class="emscripten" id="input" name="text" value="{'REPL':'press enter'}" />
69
<textarea class="emscripten" id="file" rows="8"># Python script
70
def f(x):
71
return x**2
0 commit comments