diff options
author | Jesús <heckyel@hyperbola.info> | 2019-08-11 22:31:34 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-08-11 22:31:34 -0500 |
commit | 991896312650c631481bcd4d33231f02375ee812 (patch) | |
tree | 7acd52baf5eac5590685ffced73d76bb3645bbf8 /raw-settings.html | |
parent | 066668e9efdf643d14b48dacb42112c1436f30b9 (diff) | |
download | ematrix-991896312650c631481bcd4d33231f02375ee812.tar.lz ematrix-991896312650c631481bcd4d33231f02375ee812.tar.xz ematrix-991896312650c631481bcd4d33231f02375ee812.zip |
improve syntax
Diffstat (limited to 'raw-settings.html')
-rw-r--r-- | raw-settings.html | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/raw-settings.html b/raw-settings.html index 4f8e3a7..6bb2092 100644 --- a/raw-settings.html +++ b/raw-settings.html @@ -31,10 +31,8 @@ </head> <body> - <p><span data-i18n="rawSettingsWarning"></span> <a class="fa info important" href="https://github.com/gorhill/uMatrix/wiki/Raw-settings" target="_blank"></a> - </p> - <p><button id="rawSettingsApply" class="custom important" type="button" disabled="disabled" data-i18n="genericApplyChanges"></button>  - </p> + <p><span data-i18n="rawSettingsWarning"></span> <a class="fa info important" href="https://github.com/gorhill/uMatrix/wiki/Raw-settings" target="_blank"></a></p> + <p><button id="rawSettingsApply" class="custom important" type="button" disabled="disabled" data-i18n="genericApplyChanges"></button> </p> <textarea id="rawSettings" dir="auto" spellcheck="false"></textarea> <script src="js/vapi-common.js"></script> |