From c353ec04bc2b2e977d0788f676b5696dd5cf96dc Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Sat, 16 Apr 2016 22:54:19 -0700 Subject: Styling --- util/tmpl/term.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'util') diff --git a/util/tmpl/term.html b/util/tmpl/term.html index 870b463c..6894dde3 100644 --- a/util/tmpl/term.html +++ b/util/tmpl/term.html @@ -7,17 +7,15 @@ {{#if rules}}
{{#each rules}} - {{.}} {{#unless @last}}«{{/unless}} + {{.}} {{#unless @last}}«{{/unless}} {{/each}} - « - {{source}}
{{/if}} {{#if tags}}
{{#each tags}} - {{.}}{{#unless @last}},{{/unless}} + {{.}} {{/each}}
{{/if}} -- cgit v1.2.3