diff options
author | Kris Maglione <maglione.k@gmail.com> | 2010-12-16 22:49:00 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2010-12-16 22:49:00 -0500 |
commit | 2b254ecc6b4de3f0524041697af9c8457f924b42 (patch) | |
tree | 8003bd04aba68b0372df6e87a818b391c4ba882b /common/content/bindings.xml | |
parent | 011a7edd299c4146a4837cbded856ffc51db992b (diff) | |
download | pentadactyl-2b254ecc6b4de3f0524041697af9c8457f924b42.tar.gz |
Make a distinction between Hint/@number and Hint/@text. Closes issue #186.
Diffstat (limited to 'common/content/bindings.xml')
-rw-r--r-- | common/content/bindings.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/bindings.xml b/common/content/bindings.xml index 43cce80f..27ca1d93 100644 --- a/common/content/bindings.xml +++ b/common/content/bindings.xml @@ -15,7 +15,7 @@ <binding id="magic" inheritstyle="false"> <content> - <html:span xbl:inherits="dactyl:highlight=dactyl:highlight,number,style" /> + <html:span xbl:inherits="dactyl:highlight=dactyl:highlight,number,style,text" /> </content> </binding> |