1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-10-06 09:37:12 +02:00

Tab fixes, broken XML fixes.

Replaced tabs with spaces, added missing namespace for Description element.
This commit is contained in:
Jan Seeger 2015-10-03 15:18:22 +02:00
parent 95037276c8
commit e40e2345f9

View File

@ -13,7 +13,7 @@
<bootstrap>true</bootstrap> <bootstrap>true</bootstrap>
<multiprocessCompatible>true</multiprocessCompatible> <multiprocessCompatible>true</multiprocessCompatible>
<optionsType>2</optionsType> <optionsType>2</optionsType>
{localized} {localized}
<!-- Firefox --> <!-- Firefox -->
<targetApplication> <targetApplication>
@ -51,13 +51,13 @@
</r:Description> </r:Description>
</targetApplication> </targetApplication>
<!-- Conkeror --> <!-- Conkeror -->
<targetApplication> <targetApplication>
<Description> <r:Description>
<id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</id> <id>{a79fe89b-6662-4ff4-8e88-09950ad4dfde}</id>
<minVersion>0.1</minVersion> <minVersion>0.1</minVersion>
<maxVersion>9.9</maxVersion> <maxVersion>9.9</maxVersion>
</Description> </r:Description>
</targetApplication> </targetApplication>
</r:Description> </r:Description>
</r:RDF> </r:RDF>