This commit is contained in:
Baris Soner Usakli
2013-07-13 12:36:51 -04:00
parent 8d2c4fd625
commit cc6bd59560

View File

@@ -115,7 +115,7 @@ marked.setOptions({
postData.post_rep = postData.reputation;
postData['edited-class'] = postData.editor !== '' ? '' : 'none';
postData['relativeEditTime'] = postData.edited !== '0' ? utils.relativeTime(postData.edited) : '';
postData.content = marked(postData.content || '');
posts[index] = postData;
}