diff --git a/js/pmd/history.js b/js/pmd/history.js
index 23013a7604..fc7eeb3b6a 100644
--- a/js/pmd/history.js
+++ b/js/pmd/history.js
@@ -96,7 +96,7 @@ function display(init, finit)
if (history_array[i].get_type() == "GroupBy" || history_array[i].get_type() == "OrderBy") {
str += '
' + PMA_getImage('s_info.png', detail(i)) + ' | ' + history_array[i].get_type() + ' | ' + PMA_getImage('b_drop.png', 'Delete') + ' | ';
} else {
- str += '' + PMA_getImage('s_info.png', detail(i)) + ' | ' + history_array[i].get_type() + ' | ' + PMA_getImage('b_edit.png', PMA_messages.strEdit) + ' |  | ';
+ str += '' + PMA_getImage('s_info.png', detail(i)) + ' | ' + history_array[i].get_type() + ' | ' + PMA_getImage('b_edit.png', PMA_messages.strEdit) + ' | ' + PMA_getImage('b_drop.png', 'Delete') + ' | ';
}
i++;
if (i >= history_array.length) {