been a while since we stopped using hashes

v1.18.x
Barış Soner Uşaklı 10 years ago
parent 56ed6d2112
commit 839dd72a05

@ -84,7 +84,7 @@ function generateForTopic(req, res, next) {
feed.item({
title: 'Reply to ' + topicData.title + ' on ' + dateStamp,
description: postData.content,
url: nconf.get('url') + '/topic/' + topicData.slug + '#' + postData.pid,
url: nconf.get('url') + '/topic/' + topicData.slug + '/' + postData.index,
author: postData.username,
date: dateStamp
});

Loading…
Cancel
Save