commit e0beaa598ee9b6a1f97b02c5eb386f95b9317dce parent e7f4756d97a8687c49dee569d2b3c9905779d3c9 Author: nibble <unknown> Date: Mon, 1 Feb 2010 09:51:58 +0100 Fix typo in link_hints Diffstat:
| M | surf.suckless.org/files/link_hints.md | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/surf.suckless.org/files/link_hints.md b/surf.suckless.org/files/link_hints.md @@ -4,7 +4,7 @@ KEYBOARD LINK HINTING Description ----------- -This script enables link hinting support to surf. Deploy it into ~/.surf/user.js. +This script enables link hinting support to surf. Deploy it into ~/.surf/script.js. Keybindings ----------- @@ -15,12 +15,12 @@ Keybindings Author ------ -- The code was originally from chromium but was adapted by nibble(.ds(at)gmail(dot).com) to work with surf. +- The code was originally from chromium but was adapted by nibble(.ds(at)gmail(dot)com) to work with surf. Code ---- - /* based on chromium plugin code, adapted by Nibble<.gs@gmail> */ + /* based on chromium plugin code, adapted by Nibble<.gs@gmail.com> */ var hint_num_str = ''; var hint_elems = []; var hint_open_in_new_tab = false;