From 9e693fc4404e7d552f6076eb8b6d8f837ff78057 Mon Sep 17 00:00:00 2001 From: Stephan Porada Date: Thu, 23 Apr 2020 13:28:13 +0200 Subject: [PATCH] Remove &nsbp; --- app/static/js/nopaque.lists.js | 2 +- app/templates/corpora/analyse_corpus.html.j2 | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/static/js/nopaque.lists.js b/app/static/js/nopaque.lists.js index 2313b9a3..0f53e0e6 100644 --- a/app/static/js/nopaque.lists.js +++ b/app/static/js/nopaque.lists.js @@ -273,7 +273,7 @@ class ResultsList extends List { for (let tokenElement of tokenHTMLArray) { if (tokenElement.dataset.sid == sId) { sentenceElement.appendChild(tokenElement); - sentenceElement.insertAdjacentHTML("beforeend", ` `); + sentenceElement.insertAdjacentHTML("beforeend", ` `); } else { continue; } diff --git a/app/templates/corpora/analyse_corpus.html.j2 b/app/templates/corpora/analyse_corpus.html.j2 index 53502a6a..0838244a 100644 --- a/app/templates/corpora/analyse_corpus.html.j2 +++ b/app/templates/corpora/analyse_corpus.html.j2 @@ -255,8 +255,7 @@
Context
-
+