diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-16 11:24:03 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-16 11:24:03 -0700 |
commit | 80da71148a4b0607b2ba026588f42554c73e9a25 (patch) | |
tree | a8d03a60e884f4292ddfd165aa638edb1a633b0f /util/tmpl/term.html | |
parent | aa288d524b94cda8bc15db9c40ea4e3dbd0c68db (diff) |
Adding better rule output
Diffstat (limited to 'util/tmpl/term.html')
-rw-r--r-- | util/tmpl/term.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 62183e31..1aa12d9e 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -8,8 +8,12 @@ <div class="rules"> {{#each rules}} {{.}} - {{#unless @last}} « {{/unless}} + {{#unless @last}} + » + {{/unless}} {{/each}} + » + {{source}} </div> {{/if}} |