mirror of
				https://github.com/reality/dbot.git
				synced 2025-11-04 14:57:40 +01:00 
			
		
		
		
	fix render to point to text proeprly
This commit is contained in:
		
							parent
							
								
									694e1bf857
								
							
						
					
					
						commit
						4d5fa04277
					
				@ -10,7 +10,7 @@ var pages = function(dbot) {
 | 
			
		||||
            res.render('flashy', {
 | 
			
		||||
                'name': dbot.config.name,
 | 
			
		||||
                'colour': colour,
 | 
			
		||||
                'text': text
 | 
			
		||||
                'text': req.params.text
 | 
			
		||||
            });
 | 
			
		||||
        }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user