diff options
author | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-05 01:06:11 +0300 |
---|---|---|
committer | siikamiika <siikamiika@users.noreply.github.com> | 2017-10-05 01:06:11 +0300 |
commit | 03fd9dcdb451ad55b9b2d2b5bd489e6ca3ba648a (patch) | |
tree | 92213976e8f20925ae41ca6754c6413795af3b96 /ext | |
parent | 69ad4a7c9b1f859733909a75534e2005a9f56178 (diff) |
merged mode: remove extra whitespace between terms
Diffstat (limited to 'ext')
-rw-r--r-- | ext/bg/js/templates.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bg/js/templates.js b/ext/bg/js/templates.js index b9303ee4..c6de8580 100644 --- a/ext/bg/js/templates.js +++ b/ext/bg/js/templates.js @@ -296,7 +296,7 @@ templates['terms.html'] = template({"1":function(container,depth0,helpers,partia stack1 = ((helper = (helper = helpers.kanjiLinks || (depth0 != null ? depth0.kanjiLinks : depth0)) != null ? helper : alias2),(options={"name":"kanjiLinks","hash":{},"fn":container.program(23, data, 0),"inverse":container.noop,"data":data}),(typeof helper === alias3 ? helper.call(alias1,options) : helper)); if (!helpers.kanjiLinks) { stack1 = helpers.blockHelperMissing.call(depth0,stack1,options)} if (stack1 != null) { buffer += stack1; } - return buffer + "</span>\n " + return buffer + "</span>" + ((stack1 = helpers.unless.call(alias1,(data && data.last),{"name":"unless","hash":{},"fn":container.program(26, data, 0),"inverse":container.noop,"data":data})) != null ? stack1 : "") + "\n </div>\n"; },"23":function(container,depth0,helpers,partials,data) { |