diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-03-07 17:55:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-07 17:55:51 -0500 |
commit | 19f6bf5a3a669cda311e5a3f162131d8a9823aef (patch) | |
tree | b9e57be07764a782fa914a1faa877b2670d0e850 /ext/display-templates.html | |
parent | 7793e14e57639426cb9ca64c82004151f9eaba05 (diff) |
Refactor furigana segment data (#1502)
* Remove redundant language assignment
* Segment furigana from DisplayGenerator
* Remove furiganaSegments from translator data
* Add backwards compatibility for furiganaSegments
* Update tests
Diffstat (limited to 'ext/display-templates.html')
-rw-r--r-- | ext/display-templates.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/display-templates.html b/ext/display-templates.html index 949d4b56..20978d65 100644 --- a/ext/display-templates.html +++ b/ext/display-templates.html @@ -31,7 +31,7 @@ <div class="debug-info"><a class="debug-log-link">Log debug info to console</a></div> </div></template> <template id="expression-template" data-remove-whitespace-text="true"><div class="expression"> - <div class="expression-text-container" lang="ja"> + <div class="expression-text-container"> <span class="expression-text-outer source-text"> <span class="expression-current-indicator"></span> <span class="expression-text"></span> |