summaryrefslogtreecommitdiff
path: root/util/tmpl/term.html
diff options
context:
space:
mode:
Diffstat (limited to 'util/tmpl/term.html')
-rw-r--r--util/tmpl/term.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/util/tmpl/term.html b/util/tmpl/term.html
index e46e9d5b..3713e1e8 100644
--- a/util/tmpl/term.html
+++ b/util/tmpl/term.html
@@ -1,3 +1,9 @@
<div class="yomichan-def-expression">{{expression}}</div>
{{#if reading}}<div class="yomichan-def-reading">{{reading}}</div>{{/if}}
-<div class="yomichan-def-glossary">{{glossary}}</div>
+<div class="yomichan-def-glossary">
+ <ol>
+ {{#each glossary}}
+ <li>{{.}}</li>
+ {{/each}}
+ </ol>
+</div>