From 7d83453259b66ff8501d1627c245cf2e32e84493 Mon Sep 17 00:00:00 2001 From: Renter Date: Tue, 17 Mar 2015 03:32:41 -0400 Subject: [PATCH] Update story.js fixed link 151 spacing --- controllers/story.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/story.js b/controllers/story.js index f615c8210a..7a2d222238 100644 --- a/controllers/story.js +++ b/controllers/story.js @@ -148,7 +148,7 @@ exports.returnIndividualStory = function(req, res, next) { } catch(err){ userVoted = false; } - res.render('stories/index', { + res.render('stories/index', { title: story.headline, link: story.link, author: story.author,