add semicolon
This commit is contained in:
parent
0cacd7a9f1
commit
12f1fce297
1 changed files with 1 additions and 1 deletions
|
@ -146,7 +146,7 @@ function highlighter(json, full = true, linkParent = false) {
|
|||
var termKey = "{TERM" + index + "}"
|
||||
var termProps = dict
|
||||
while (element.content.includes(termKey)) {
|
||||
var endCharacters = [" ", "&"]
|
||||
var endCharacters = [" ", "&", ";"]
|
||||
|
||||
var termIndex = element.content.indexOf(termKey)
|
||||
|
||||
|
|
Loading…
Reference in a new issue