From 643236a1d9a31fe10a006d5f04aa4fc003dc369b Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Tue, 12 Mar 2013 20:26:33 +0530 Subject: [PATCH] fix in blog links --- website/templates/js/blog.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/website/templates/js/blog.js b/website/templates/js/blog.js index 61e1b657f2..fd5a156126 100644 --- a/website/templates/js/blog.js +++ b/website/templates/js/blog.js @@ -64,7 +64,9 @@ var blog = { b.comment_text = '1 comment.' } else { b.comment_text = b.comments + ' comments.' - } + } + + b.page_name = encodeURIComponent(b.page_name); $(repl('
\
\