diff --git a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js index 517455e44..2c24cf04d 100644 --- a/main/webapp/modules/core/scripts/views/data-table/cell-ui.js +++ b/main/webapp/modules/core/scripts/views/data-table/cell-ui.js @@ -145,7 +145,7 @@ DataTableCellUI.prototype._render = function() { var a = $('') .addClass("data-table-recon-topic") .attr("target", "_blank") - .text(_.unescape(candidate.name)) + .text(_.unescape(candidate.name)) // TODO: only use of _.unescape - consolidate .appendTo(li); if ((service) && (service.view) && (service.view.url)) {