diff --git a/changedetectionio/static/js/diff-overview.js b/changedetectionio/static/js/diff-overview.js index 367c8472..8cbe7dcd 100644 --- a/changedetectionio/static/js/diff-overview.js +++ b/changedetectionio/static/js/diff-overview.js @@ -80,7 +80,7 @@ $(document).ready(function () { } } }).done(function (data) { - $("#highlightSnippet").append(data) + $("#highlightSnippet").html(data) }).fail(function (data) { console.log(data); alert('There was an error communicating with the server.');