Update story.js

fixed link 151 spacing
This commit is contained in:
Renter
2015-03-17 03:32:41 -04:00
parent 2d5b34802b
commit 7d83453259

View File

@ -148,7 +148,7 @@ exports.returnIndividualStory = function(req, res, next) {
} catch(err){ } catch(err){
userVoted = false; userVoted = false;
} }
res.render('stories/index', { res.render('stories/index', {
title: story.headline, title: story.headline,
link: story.link, link: story.link,
author: story.author, author: story.author,