diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-01-03 21:11:28 -0500 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-01-03 21:11:28 -0500 |
commit | 43458d4432e8957a69859c33a4403ca670edf4e1 (patch) | |
tree | 1f2731c846b2c92caae802b257012e7c730a6364 /common/locale/en-US/pattern.xml | |
parent | 30ec5fc393b2cce2533458a006019ed99df64311 (diff) | |
download | pentadactyl-43458d4432e8957a69859c33a4403ca670edf4e1.tar.gz |
Automagically generate DTDs. One more step towards dropping the chrome: protocol.
--HG--
rename : common/content/io.js => common/modules/io.jsm
Diffstat (limited to 'common/locale/en-US/pattern.xml')
-rw-r--r-- | common/locale/en-US/pattern.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/locale/en-US/pattern.xml b/common/locale/en-US/pattern.xml index 2a398969..e8747012 100644 --- a/common/locale/en-US/pattern.xml +++ b/common/locale/en-US/pattern.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> -<?xml-stylesheet type="text/xsl" href="chrome://dactyl/content/help.xsl"?> +<?xml-stylesheet type="text/xsl" href="dactyl://content/help.xsl"?> -<!DOCTYPE document SYSTEM "chrome://dactyl/content/help.dtd"> +<!DOCTYPE document SYSTEM "dactyl://content/dtd"> <document name="pattern" |