From a2aef2cf005e1a2fd33da49bd650045a785bbc27 Mon Sep 17 00:00:00 2001 From: John Maguire Date: Mon, 18 Mar 2013 22:50:59 -0400 Subject: [PATCH] url encoding quote category link --- modules/quotes/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/quotes/commands.js b/modules/quotes/commands.js index dbcbe73..34166aa 100644 --- a/modules/quotes/commands.js +++ b/modules/quotes/commands.js @@ -199,7 +199,7 @@ var commands = function(dbot) { 'url': dbot.t('url', { 'host': dbot.config.web.webHost, 'port': dbot.config.web.webPort, - 'path': 'quotes/' + key + 'path': 'quotes/' + encodeURIComponent(key) }) })); } else {