diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:35:22 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:35:22 -0700 |
commit | 52a8e2207c70573abd1e47cc8d019ba9e592a9dd (patch) | |
tree | 8aaef2a0c1b38493e48946b476c486c53a673b80 /util/tmpl/term.html | |
parent | 6f45cc287112030387f33169c762ee9448c0c65c (diff) |
Fixups
Diffstat (limited to 'util/tmpl/term.html')
-rw-r--r-- | util/tmpl/term.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 6894dde3..6c4d31ed 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -1,7 +1,7 @@ {{#if reading}} -<div class="expression"><ruby>{{expression}}<rt>{{reading}}</rt></ruby></div> +<div class="term"><ruby>{{expression}}<rt>{{reading}}</rt></ruby></div> {{else}} -<div class="expression">{{expression}}</div> +<div class="term">{{expression}}</div> {{/if}} {{#if rules}} |