diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-01-27 22:36:06 -0800 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-01-27 22:36:06 -0800 |
commit | 25d03b0584aa932115c0548b2a71270c2bc3731d (patch) | |
tree | ddaa51192b85c7a9469aab8e79ad2af1c9f6d484 /tmpl | |
parent | b58468cb105e12a7c23373cbea3a94c9df5b2e85 (diff) |
fixing templates
Diffstat (limited to 'tmpl')
-rw-r--r-- | tmpl/fields.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/fields.html b/tmpl/fields.html index 0e96828e..ba03349c 100644 --- a/tmpl/fields.html +++ b/tmpl/fields.html @@ -2,7 +2,7 @@ {{~#if html~}} {{~#if tags~}}<i>({{#each tags}}{{name}}{{#unless @last}}, {{/unless}}{{/each}})</i> {{/if~}} {{~#if glossary.[1]~}} - <ul>{{#each glossary}}<li>>{{#multiLine}}{{.}}{{/multiLine}}></li>{{/each}}</ul> + <ul>{{#each glossary}}<li>{{#multiLine}}{{.}}{{/multiLine}}</li>{{/each}}</ul> {{~else~}} {{~#multiLine}}{{glossary.[0]}}{{/multiLine~}} {{~/if~}} |