diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-08 17:52:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 17:52:35 -0500 |
commit | 008809e0e73665249b7b3dd7c14a1761aa06bd39 (patch) | |
tree | 72005a96e1f5597dc09d39dd3ae891374955a0e6 /ext/bg/search.html | |
parent | c6315cdb8c4ebc5a2cde57481af612a6e67a0d28 (diff) |
Enforce language (#1344)
* Assign text content and a language
* Remove _appendMultilineText
* Assign lang for createTextNode content
* Add language attributes to HTML pages
Diffstat (limited to 'ext/bg/search.html')
-rw-r--r-- | ext/bg/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/search.html b/ext/bg/search.html index 4537fb85..40c1ef45 100644 --- a/ext/bg/search.html +++ b/ext/bg/search.html @@ -46,7 +46,7 @@ </div> </div> <div class="search-textbox-container"> - <textarea id="search-textbox" placeholder="Input a term, expression, sentence, or block of text" autocomplete="off" autofocus></textarea> + <textarea id="search-textbox" placeholder="Input a term, expression, sentence, or block of text" autocomplete="off" lang="ja" autofocus></textarea> <button id="search-button"><span class="icon" data-icon="magnifying-glass"></span></button> </div> </div> |