add auto dir to index.html
This commit is contained in:
parent
b44762d157
commit
5d60e89ab8
|
@ -62,7 +62,8 @@
|
||||||
autocapitalize="none"
|
autocapitalize="none"
|
||||||
spellcheck="false"
|
spellcheck="false"
|
||||||
autocorrect="off"
|
autocorrect="off"
|
||||||
autocomplete="off">
|
autocomplete="off"
|
||||||
|
dir="auto">
|
||||||
</div>
|
</div>
|
||||||
<input type="submit" id="search-submit" value="{{ translation['search'] }}">
|
<input type="submit" id="search-submit" value="{{ translation['search'] }}">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user