3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-23 20:39:25 +01:00

fix render to point to text proeprly

This commit is contained in:
reality 2013-04-09 15:30:56 +00:00
parent 694e1bf857
commit 4d5fa04277

View File

@ -10,7 +10,7 @@ var pages = function(dbot) {
res.render('flashy', {
'name': dbot.config.name,
'colour': colour,
'text': text
'text': req.params.text
});
}
};