mirror of
				https://github.com/Jermolene/TiddlyWiki5
				synced 2025-10-31 15:42:59 +00:00 
			
		
		
		
	Remove extraneous newline in HTML representation
This commit is contained in:
		| @@ -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(""); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Jeremy Ruston
					Jeremy Ruston