diff options
Diffstat (limited to 'ext/jp/dictionary.js')
-rw-r--r-- | ext/jp/dictionary.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/jp/dictionary.js b/ext/jp/dictionary.js index e9e81503..eff54890 100644 --- a/ext/jp/dictionary.js +++ b/ext/jp/dictionary.js @@ -61,7 +61,7 @@ class Dictionary { expression: e, reading: r, glossary: g, - tags: t + tags: t.split(' ') }; }); } |