diff options
author | Alessio Vanni <vannilla@firemail.cc> | 2019-02-22 16:40:46 +0100 |
---|---|---|
committer | Alessio Vanni <vannilla@firemail.cc> | 2019-02-22 16:40:46 +0100 |
commit | 768be7db4af836d0de51659d1a879b344328e068 (patch) | |
tree | db187b355c74d03a2c0676d22bd1be4b5f5b9601 | |
parent | e35e7bb8d18a6f3d54f0d413de9edd53770750b5 (diff) | |
download | ematrix-768be7db4af836d0de51659d1a879b344328e068.tar.lz ematrix-768be7db4af836d0de51659d1a879b344328e068.tar.xz ematrix-768be7db4af836d0de51659d1a879b344328e068.zip |
Add encoding to options page
-rw-r--r-- | options.xul | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/options.xul b/options.xul index dc2d353..4469c6e 100644 --- a/options.xul +++ b/options.xul @@ -1,4 +1,4 @@ -<?xml version="1.0" ?> +<?xml version="1.0" encoding="utf-8"?> <!-- *************************************************************************** ηMatrix - a browser extension to black/white list requests. @@ -21,10 +21,10 @@ uMatrix Home: https://github.com/gorhill/uMatrix --> <vbox xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"> - <setting type="control"> - <vbox> - <button id="showDashboardButton"/> - <button id="showLoggerButton"/> - </vbox> - </setting> + <setting type="control"> + <vbox> + <button id="showDashboardButton"/> + <button id="showLoggerButton"/> + </vbox> + </setting> </vbox> |