diff options
author | gorhill <rhill@raymondhill.net> | 2015-01-13 12:54:13 -0500 |
---|---|---|
committer | gorhill <rhill@raymondhill.net> | 2015-01-13 12:54:13 -0500 |
commit | 35ee7b79f8b27f7ab6d204cfd2879bf6defb4a5e (patch) | |
tree | 603c9b5788c487964c5ae6b3160b73eab18628fd /src/dyna-rules.html | |
parent | 31e2b1ac031f2f70a3f7e05841c9626c49d83ff2 (diff) | |
download | uBlock-35ee7b79f8b27f7ab6d204cfd2879bf6defb4a5e.zip uBlock-35ee7b79f8b27f7ab6d204cfd2879bf6defb4a5e.tar.gz uBlock-35ee7b79f8b27f7ab6d204cfd2879bf6defb4a5e.tar.bz2 |
this fixes #489
Diffstat (limited to 'src/dyna-rules.html')
-rw-r--r-- | src/dyna-rules.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dyna-rules.html b/src/dyna-rules.html index 80f54c5..167182a 100644 --- a/src/dyna-rules.html +++ b/src/dyna-rules.html @@ -13,7 +13,7 @@ <div> <p data-i18n="rulesFormatHint"></p> <p><button id="rulesApply" disabled="true" data-i18n="1pApplyChanges"></button></p> - <textarea id="rulesEditor" spellcheck="false"></textarea> + <textarea id="rulesEditor" spellcheck="false" dir="auto"></textarea> <p><button id="importButton" type="button" data-i18n="1pImport"></button>   <button id="exportButton" type="button" data-i18n="1pExport"></button> <input class="hidden" id="importFilePicker" type="file" accept="text/plain" style="display: none;"></p> |