diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 09:36:06 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 09:36:06 -0700 |
commit | 1b3b33078e5e1d6ee638ca56d9d6094858472dec (patch) | |
tree | ae69b20bab02b412921b3e245382d538d4b390c4 /ext/bg/js/templates.js | |
parent | c353ec04bc2b2e977d0788f676b5696dd5cf96dc (diff) |
Appearance tweaking
Diffstat (limited to 'ext/bg/js/templates.js')
-rw-r--r-- | ext/bg/js/templates.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index 341610ca..7c9febcb 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -5,11 +5,7 @@ templates['defs.html'] = template({"1":function(container,depth0,helpers,partial return " <div class=\"definition\">\n" + ((stack1 = container.invokePartial(partials["term.html"],depth0,{"name":"term.html","data":data,"indent":" ","helpers":helpers,"partials":partials,"decorators":container.decorators})) != null ? stack1 : "") - + " " - + ((stack1 = helpers.unless.call(depth0 != null ? depth0 : {},(data && data.last),{"name":"unless","hash":{},"fn":container.program(2, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") - + "\n </div>\n"; -},"2":function(container,depth0,helpers,partials,data) { - return "<br>"; + + " </div>\n"; },"compiler":[7,">= 4.0.0"],"main":function(container,depth0,helpers,partials,data) { var stack1, helper, alias1=depth0 != null ? depth0 : {}; |