diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-28 16:38:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 16:38:01 -0500 |
commit | 8f057c63fea6f06e921f2134d881192002dd23bc (patch) | |
tree | dbdaf163493d2f54e6420297ddfbd5f81c50b596 /ext/search.html | |
parent | ec1a8380b5dd1b091fcdbb96edcdab56c9df9f9e (diff) |
Improve text parser (#1469)
* Merge ungrouped characters
* Update iteration
* Fix incorrect code point handling
* Simplify text
* Specify language
* Update how parsed status is represented
Diffstat (limited to 'ext/search.html')
-rw-r--r-- | ext/search.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/search.html b/ext/search.html index b5aa56f0..9e4c8f2e 100644 --- a/ext/search.html +++ b/ext/search.html @@ -52,7 +52,7 @@ </div> <div class="scan-disable" id="query-parser-container" hidden> - <div id="query-parser-content"></div> + <div id="query-parser-content" lang="ja"></div> </div> <div id="definitions"></div> |