Remove stray </div> tag
This commit is contained in:
parent
e4b4e0e065
commit
5eb6f09b12
|
@ -138,7 +138,7 @@ templates['toggle'] = template({"1":function(depth0,helpers,partials,data) {
|
|||
var stack1, helperMissing=helpers.helperMissing, buffer = "<div class=\"toggle-content\">\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 + " </div>\n</div>\n";
|
||||
return buffer + "</div>\n";
|
||||
},"2":function(depth0,helpers,partials,data) {
|
||||
var helper, functionType="function", helperMissing=helpers.helperMissing, escapeExpression=this.escapeExpression;
|
||||
return " <a href=\""
|
||||
|
|
|
@ -12,6 +12,5 @@
|
|||
</div>
|
||||
</a>
|
||||
{{/equal}}
|
||||
</div>
|
||||
</div>
|
||||
{{/toggle}}
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue