diff options
Diffstat (limited to 'ext')
-rw-r--r-- | ext/mixed/js/display.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index 299cb026..9297f46b 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -916,7 +916,7 @@ class Display extends EventDispatcher { this._definitions = definitions; for (const definition of definitions) { - definition.cloze = this._clozeBuild(sentence, isTerms ? definition.source : definition.character); + definition.cloze = this._clozeBuild(sentence, isTerms ? definition.rawSource : definition.character); definition.url = url; } |