mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	fix: double escape issue, body is escaped in composer-default
This commit is contained in:
		@@ -115,7 +115,7 @@ define('quickreply', [
 | 
			
		||||
			composer.newReply({
 | 
			
		||||
				tid: ajaxify.data.tid,
 | 
			
		||||
				title: ajaxify.data.title,
 | 
			
		||||
				body: utils.escapeHTML(textEl.val()),
 | 
			
		||||
				body: textEl.val(),
 | 
			
		||||
			});
 | 
			
		||||
			textEl.val('');
 | 
			
		||||
		});
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user