diff --git a/program/js/list.js b/program/js/list.js index cd3c0ca89..015bfab47 100644 --- a/program/js/list.js +++ b/program/js/list.js @@ -1600,7 +1600,7 @@ drag_mouse_move: function(e) // append subject (of every row up to the limit) to the drag layer $.each(selection, function(i, uid) { if (i > limit) { - self.draglayer.append('...'); + self.draglayer.append($('
').text('...')); return false; }