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 1bfd77a commit a9cdf44Copy full SHA for a9cdf44
bin/html-form
@@ -434,7 +434,7 @@ if [ "$_arg_form" != "off" ]; then
434
output+="<button id=\"${_frmName}_parse_btn\">Parse</button>";
435
fi
436
if [ "$_arg_result" != "off" ]; then
437
- output+="\n\t<pre id=\"${_frmName}_result\"></pre>";
+ output+="\n\t<pre id=\"${_frmName}_result\" contenteditable=true ></pre>";
438
output+="\n\t<pre id=\"${_frmName}_server_response\"></pre>";
439
440
output+="\n</form>";
0 commit comments