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": {