diff --git a/content/find.js b/content/find.js index 7b6559c3..145af32e 100644 --- a/content/find.js +++ b/content/find.js @@ -196,7 +196,7 @@ liberator.Search = function () //{{{ this.endPt.setStart(body, count); this.endPt.setEnd(body, count); - for(let retRange in this.search(aWord, caseSensitive)) { + for (let retRange in this.search(aWord, caseSensitive)) { // Highlight var nodeSurround = baseNode.cloneNode(true); var node = this.highlight(retRange, nodeSurround); diff --git a/content/io.js b/content/io.js index 832d0036..fdc14d2d 100644 --- a/content/io.js +++ b/content/io.js @@ -257,13 +257,13 @@ liberator.IO = function () //{{{ "List all sourced script names", function () { - var list = "
| " + (i + 1) + ". | " + scriptNames[i] + " |