diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-22 05:23:35 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-22 05:23:35 -0500 |
commit | b0bca11890557b2fdfff15a91741238f47f7f661 (patch) | |
tree | 58d83219d0d93cd2c5688b3bb0de986a6f181795 /common/locale | |
parent | f074e9811b1dcde394831148f7da1a5c32dc8537 (diff) | |
download | pentadactyl-b0bca11890557b2fdfff15a91741238f47f7f661.tar.gz |
Deal with native keyboard scrolling issues after focusContent, with the side-effect of again focusing the top-level window when the content window is focused.
Diffstat (limited to 'common/locale')
-rw-r--r-- | common/locale/en-US/developer.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/locale/en-US/developer.xml b/common/locale/en-US/developer.xml index 18d922b9..65c44d2b 100644 --- a/common/locale/en-US/developer.xml +++ b/common/locale/en-US/developer.xml @@ -178,7 +178,7 @@ <p> Plugins should provide inline documentation, which will appear on the - <ex>:help plugins</ex> page. The markup for help entries is the same + <ex>:help <str delim="">plugins</str></ex> page. The markup for help entries is the same as the above, along with a few extra plugin-specific entries. Here is an example from the popular <em>flashblock</em> extension: </p> |