diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html index 6952cd29..e885eabb 100644 --- a/resources/report/html/loot-plugin-item.html +++ b/resources/report/html/loot-plugin-item.html @@ -88,7 +88,7 @@ handleDragStart: function(evt) { evt.dataTransfer.effectAllowed = 'copy'; - evt.dataTransfer.setData('text/plain', evt.currentTarget.textContent); + evt.dataTransfer.setData('text/plain', evt.currentTarget.label); }, created: function() {