diff --git a/src/main/webapp/scripts/views/data-table-cell-ui.js b/src/main/webapp/scripts/views/data-table-cell-ui.js index a0ca0c444..78f7bb720 100644 --- a/src/main/webapp/scripts/views/data-table-cell-ui.js +++ b/src/main/webapp/scripts/views/data-table-cell-ui.js @@ -37,7 +37,8 @@ DataTableCellUI.prototype._render = function() { if (r.j == "new") { $('').text(cell.v + " (new topic) ").appendTo(divContent); - $('re-match') + $('') + .text("re\u2011match") .addClass("data-table-recon-action") .appendTo(divContent).click(function(evt) { self._doRematch(); @@ -52,7 +53,7 @@ DataTableCellUI.prototype._render = function() { $(' ').appendTo(divContent); $('') - .text("re-match") + .text("re\u2011match") .addClass("data-table-recon-action") .appendTo(divContent) .click(function(evt) {