diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-03-17 20:45:47 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-03-17 20:45:47 -0700 |
commit | 1dbcb35eb7a2f1d6d7790821da282df7254700d8 (patch) | |
tree | 060748dfdddf1c9fd9c61d21719b60dd6613104f /tmpl/terms.html | |
parent | 231b471f45505a8b8fc4a8b25aa685f6f877953c (diff) |
wip
Diffstat (limited to 'tmpl/terms.html')
-rw-r--r-- | tmpl/terms.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmpl/terms.html b/tmpl/terms.html index 04ba713d..22209f9b 100644 --- a/tmpl/terms.html +++ b/tmpl/terms.html @@ -18,7 +18,7 @@ {{/inline}} {{#*inline "term"}} -<p> +<div class="entry"> <div class="actions"> {{#if addable}} <a href="#" title="Add term as expression" class="action-add-note pending disabled" data-mode="term-kanji" data-index="{{@index}}"><img src="/mixed/img/add-term-kanji.png"></a> @@ -58,7 +58,7 @@ {{> definition}} {{/if}} </div> -</p> +</div> {{/inline}} {{#if definitions}} |