mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Sanitize branch name before displaying in notification message
This commit is contained in:
		| @@ -231,7 +231,7 @@ var RED = (function() { | ||||
|                             "merge-complete": RED._("notification.project.merge-complete") | ||||
|                         }[msg.action]; | ||||
|                         loader.end() | ||||
|                         RED.notify("<p>"+message+"</p>"); | ||||
|                         RED.notify($("<p>").text(message)); | ||||
|                         RED.sidebar.info.refresh() | ||||
|                     }); | ||||
|                 }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user