From b0dede3cba3627954449a140b5fb30d93f945e42 Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Mon, 15 Sep 2008 12:36:56 +0000 Subject: [PATCH] whitespace fixes --- content/find.js | 2 +- content/io.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 = ""; + var list = "
"; for (var i = 0; i < scriptNames.length; i++) list += ""; list += "
" + (i + 1) + "." + scriptNames[i] + "
"; - + liberator.commandline.echo(list, liberator.commandline.HL_NORMAL, liberator.commandline.FORCE_MULTILINE); }, { argCount: "0" });