From 5eb6f09b1239a2ea699132e9bb8226b6747c47d5 Mon Sep 17 00:00:00 2001 From: Mattias Erming Date: Sat, 27 Sep 2014 17:21:37 -0700 Subject: [PATCH] Remove stray tag --- client/js/shout.templates.js | 2 +- client/templates/toggle.tpl | 1 - package.json | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/client/js/shout.templates.js b/client/js/shout.templates.js index ee963e6..5adf997 100644 --- a/client/js/shout.templates.js +++ b/client/js/shout.templates.js @@ -138,7 +138,7 @@ templates['toggle'] = template({"1":function(depth0,helpers,partials,data) { var stack1, helperMissing=helpers.helperMissing, buffer = "
\n"; stack1 = ((helpers.equal || (depth0 && depth0.equal) || helperMissing).call(depth0, (depth0 != null ? depth0.type : depth0), "image", {"name":"equal","hash":{},"fn":this.program(2, data),"inverse":this.program(4, data),"data":data})); if (stack1 != null) { buffer += stack1; } - return buffer + "
\n\n"; + return buffer + "\n"; },"2":function(depth0,helpers,partials,data) { var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression; return " {{/equal}} - {{/toggle}} diff --git a/package.json b/package.json index a5ed866..a769b68 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "shout", "description": "The self-hosted web IRC client", - "version": "0.38.3", + "version": "0.38.4", "author": "Mattias Erming", "preferGlobal": true, "bin": {