diff --git a/app/exec/exec.php b/app/exec/exec.php index dcd57df2f5..299ca2a07e 100644 --- a/app/exec/exec.php +++ b/app/exec/exec.php @@ -170,7 +170,7 @@ else { if (permission_exists('exec_command_line')) { echo "\n"; } echo " \n"; echo "
"; - echo " "; + echo " "; echo "     ".$text['label-reset']."\n"; echo "


"; echo " "; @@ -318,7 +318,7 @@ else { $(window).keypress(function(event) { //execute command [Ctrl+Enter] if (((event.which == 13 || event.which == 10) && event.ctrlKey) || (event.which == 19)) { - $('form#frm_edit').submit(); + $('form#frm').submit(); return false; } //otherwise, default action