diff options
author | Jan Seeger <jan.seeger@thenybble.de> | 2015-10-03 15:18:22 +0200 |
---|---|---|
committer | Jan Seeger <jan.seeger@thenybble.de> | 2015-10-03 15:18:22 +0200 |
commit | e40e2345f986f70174539c71f201b746f5098ce1 (patch) | |
tree | 9eab9e5f6fd3d025e31960dc2ce8a00f7f4d0591 /platform | |
parent | 95037276c89a2ecae4af67e0b8dac24a0bf84680 (diff) | |
download | uBlock-e40e2345f986f70174539c71f201b746f5098ce1.zip uBlock-e40e2345f986f70174539c71f201b746f5098ce1.tar.gz uBlock-e40e2345f986f70174539c71f201b746f5098ce1.tar.bz2 |
Tab fixes, broken XML fixes.
Replaced tabs with spaces, added missing namespace for Description element.
Diffstat (limited to 'platform')
-rw-r--r-- | platform/firefox/install.rdf | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/platform/firefox/install.rdf b/platform/firefox/install.rdf index e63f4c4..69f1074 100644 --- a/platform/firefox/install.rdf +++ b/platform/firefox/install.rdf @@ -13,7 +13,7 @@ <bootstrap>true</bootstrap> <multiprocessCompatible>true</multiprocessCompatible> <optionsType>2</optionsType> -{localized} + {localized} <!-- Firefox --> <targetApplication> @@ -51,13 +51,13 @@ </r:Description> </targetApplication> - <!-- Conkeror --> - <targetApplication> - <Description> - <id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</id> - <minVersion>0.1</minVersion> - <maxVersion>9.9</maxVersion> - </Description> - </targetApplication> + <!-- Conkeror --> + <targetApplication> + <r:Description> + <id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</id> + <minVersion>0.1</minVersion> + <maxVersion>9.9</maxVersion> + </r:Description> + </targetApplication> </r:Description> </r:RDF> |