From 61af4c0a836187a65678128d37c3193bd504d17a Mon Sep 17 00:00:00 2001
From: James Calfee <james@jcalfee.info>
Date: Thu, 8 Sep 2016 08:56:20 -0500
Subject: [PATCH] More complient anchor links. #227

---
 app/components/cards/Comment.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/components/cards/Comment.jsx b/app/components/cards/Comment.jsx
index 21e3fb8ba..177ce9087 100644
--- a/app/components/cards/Comment.jsx
+++ b/app/components/cards/Comment.jsx
@@ -217,7 +217,7 @@ class CommentImpl extends React.Component {
             showNegativeComments, ignore, noImage} = this.props
         const {onShowReply, onShowEdit, onDeletePost} = this
         const post = comment.author + '/' + comment.permlink
-        const anchor_link = '#@' + post
+        const anchor_link = '@' + post
         const {PostReplyEditor, PostEditEditor, showReply, showEdit, hide_body} = this.state
         const Editor = showReply ? PostReplyEditor : PostEditEditor
 
-- 
GitLab