Skip to content
Snippets Groups Projects
Commit 9e693fc4 authored by Stephan Porada's avatar Stephan Porada :speech_balloon:
Browse files

Remove &nsbp;

parent a4f122bd
No related branches found
No related tags found
No related merge requests found
......@@ -273,7 +273,7 @@ class ResultsList extends List {
for (let tokenElement of tokenHTMLArray) {
if (tokenElement.dataset.sid == sId) {
sentenceElement.appendChild(tokenElement);
sentenceElement.insertAdjacentHTML("beforeend", `<span>&nbsp;</span>`);
sentenceElement.insertAdjacentHTML("beforeend", ` `);
} else {
continue;
}
......
......@@ -255,8 +255,7 @@
</div>
<div class="col s12" >
<h5>Context</h5>
<div id="context-results" style="hyphens: auto;
overflow: auto;">
<div id="context-results">
</div>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment