From 53caaf176d55fda4e5ffe02db0d1ec0219359029 Mon Sep 17 00:00:00 2001 From: John Foerch Date: Sun, 2 Dec 2012 10:04:40 -0500 Subject: [PATCH] webjump.js: whitespace --- modules/webjump.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/webjump.js b/modules/webjump.js index 003266c..22f4c1c 100644 --- a/modules/webjump.js +++ b/modules/webjump.js @@ -99,9 +99,9 @@ function clear_webjumps () { } define_variable("webjump_partial_match", true, - "When entering a url, if the input is not a webjump, " + - "but would uniquely complete to a webjump, then accept " + - "that webjump only if this is true."); + "When entering a url, if the input is not a webjump, " + + "but would uniquely complete to a webjump, then accept " + + "that webjump only if this is true."); function match_webjump (str) { var sp = str.indexOf(' '); -- 2.11.4.GIT