diff --git a/resources/report/html/loot-plugin-item.html b/resources/report/html/loot-plugin-item.html
index 2f333422..c954a4f0 100644
--- a/resources/report/html/loot-plugin-item.html
+++ b/resources/report/html/loot-plugin-item.html
@@ -137,7 +137,7 @@
},
getName: function() {
- return this.textContent.trim();
+ return this.querySelector('.name').textContent.trim();
},
handleDragStart: function(evt) {