aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--options.xul14
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>