mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Remove &nsbp;
This commit is contained in:
parent
a4f122bdab
commit
9e693fc440
@ -273,7 +273,7 @@ class ResultsList extends List {
|
|||||||
for (let tokenElement of tokenHTMLArray) {
|
for (let tokenElement of tokenHTMLArray) {
|
||||||
if (tokenElement.dataset.sid == sId) {
|
if (tokenElement.dataset.sid == sId) {
|
||||||
sentenceElement.appendChild(tokenElement);
|
sentenceElement.appendChild(tokenElement);
|
||||||
sentenceElement.insertAdjacentHTML("beforeend", `<span> </span>`);
|
sentenceElement.insertAdjacentHTML("beforeend", ` `);
|
||||||
} else {
|
} else {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
@ -255,8 +255,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="col s12" >
|
<div class="col s12" >
|
||||||
<h5>Context</h5>
|
<h5>Context</h5>
|
||||||
<div id="context-results" style="hyphens: auto;
|
<div id="context-results">
|
||||||
overflow: auto;">
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user