diff options
| author | Stephen Blott | 2018-09-29 06:10:08 +0100 |
|---|---|---|
| committer | Stephen Blott | 2018-09-29 06:10:12 +0100 |
| commit | f2ab8bee6e1fa8d9b34837c934e6b8ec0cb7abc9 (patch) | |
| tree | a3186c8939a1cd53daa5cf9aab54678ac76b4429 | |
| parent | 4ba071add3917bef54a0312065687bfd7a84f27d (diff) | |
| download | vimium-f2ab8bee6e1fa8d9b34837c934e6b8ec0cb7abc9.tar.bz2 | |
Don't note %S on options page.
This is too much information for the casual user. I'll put it on the
Wiki instead.
| -rw-r--r-- | pages/options.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pages/options.html b/pages/options.html index 33ba612b..b30ea961 100644 --- a/pages/options.html +++ b/pages/options.html @@ -82,7 +82,6 @@ b: http://b.com/?q=%s description " this is a comment # this is also a comment</pre> %s is replaced with the search terms. <br/> - Use %S if you don't want the search terms <a href="https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/encodeURIComponent">URI Encoded</a> For search completion, see <a href="completion_engines.html" target="_blank">here</a>. </div> </div> |
