mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-17 02:51:04 -07:00
Remove extraneous newline in HTML representation
This commit is contained in:
parent
c76d038b8e
commit
114e8f4145
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ ElementRenderer.prototype.render = function(type) {
|
|||
}
|
||||
});
|
||||
if(isHtml) {
|
||||
output.push("</",this.widget.tag,">\n");
|
||||
output.push("</",this.widget.tag,">");
|
||||
}
|
||||
}
|
||||
return output.join("");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue