mirror of
				https://github.com/node-red/node-red.git
				synced 2025-03-01 10:36:34 +00:00 
			
		
		
		
	Handle node name as unsanitized text in debug sidebar
This commit is contained in:
		@@ -449,7 +449,7 @@ RED.debug = (function() {
 | 
			
		||||
        var metaRow = $('<div class="debug-message-meta"></div>').appendTo(msg);
 | 
			
		||||
        $('<span class="debug-message-date">'+ getTimestamp()+'</span>').appendTo(metaRow);
 | 
			
		||||
        if (sourceNode) {
 | 
			
		||||
            $('<a>',{href:"#",class:"debug-message-name"}).html('node: '+(sourceNode.name||sourceNode.id))
 | 
			
		||||
            $('<a>',{href:"#",class:"debug-message-name"}).text('node: '+(sourceNode.name||sourceNode.id))
 | 
			
		||||
            .appendTo(metaRow)
 | 
			
		||||
            .click(function(evt) {
 | 
			
		||||
                evt.preventDefault();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user