From: John Foerch Date: Sun, 2 Dec 2012 15:04:40 +0000 (-0500) Subject: webjump.js: whitespace X-Git-Tag: debian-1.0--pre-1+git160130-1~214 X-Git-Url: https://repo.or.cz/w/conkeror.git/commitdiff_plain/53caaf176d55fda4e5ffe02db0d1ec0219359029 webjump.js: whitespace --- 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(' ');