Update story.js
fixed link 151 spacing
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user