removed external link icon from signatures only

This commit is contained in:
psychobunny
2013-07-23 03:34:45 +08:00
parent 240683ed24
commit 1e86f379d5
3 changed files with 4 additions and 4 deletions

View File

@@ -38,7 +38,7 @@ var RDB = require('./redis.js'),
post.user_rep = userData.reputation || 0;
post.user_postcount = userData.postcount || 0;
post.picture = userData.picture || require('gravatar').url('', {}, https=global.nconf.get('https'));
post.signature = postTools.markdownToHTML(userData.signature);
post.signature = postTools.markdownToHTML(userData.signature, true);
if(post.editor !== '') {
user.getUserFields(post.editor, ['username', 'userslug'], function(editorData) {