Skip to content

Commit a9cdf44

Browse files
...
1 parent 1bfd77a commit a9cdf44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/html-form

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ if [ "$_arg_form" != "off" ]; then
434434
output+="<button id=\"${_frmName}_parse_btn\">Parse</button>";
435435
fi
436436
if [ "$_arg_result" != "off" ]; then
437-
output+="\n\t<pre id=\"${_frmName}_result\"></pre>";
437+
output+="\n\t<pre id=\"${_frmName}_result\" contenteditable=true ></pre>";
438438
output+="\n\t<pre id=\"${_frmName}_server_response\"></pre>";
439439
fi
440440
output+="\n</form>";

0 commit comments

Comments
 (0)