diff options
Diffstat (limited to 'tmpl/term-list.html')
-rw-r--r-- | tmpl/term-list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/term-list.html b/tmpl/term-list.html index 615534f6..d0b060c8 100644 --- a/tmpl/term-list.html +++ b/tmpl/term-list.html @@ -1,5 +1,5 @@ {{> header.html}} {{#each definitions}} -{{> term.html root=../root options=../options sequence=../sequence}} +{{> term.html addable=../addable root=../root options=../options sequence=../sequence}} {{/each}} {{> footer.html}} |