diff --git a/data/web/js/mailbox.js b/data/web/js/mailbox.js index 7f0129be..513f0d95 100644 --- a/data/web/js/mailbox.js +++ b/data/web/js/mailbox.js @@ -310,7 +310,7 @@ jQuery(function($){ $.each(data, function (i, item) { item.action = '
' + ' ' + lang.edit + '' + - ' ' + lang.remove + '' + + ' ' + lang.remove + '' + '
'; item.chkbox = ''; item.name = escapeHtml(item.name);