diff --git a/js/show-backlinks.js b/js/show-backlinks.js index 8fdb7ae9..b52ef801 100644 --- a/js/show-backlinks.js +++ b/js/show-backlinks.js @@ -29,9 +29,9 @@ $(document).ready(function() { if(post.length == 0) return; - let mentioned = post.find('.head span.mentioned'); + let mentioned = post.find('.head div.mentioned'); if (mentioned.length === 0) { - mentioned = $('').prependTo(post.find('.head')); + mentioned = $('
').prependTo(post.find('.head')); } if (mentioned.find('a.mentioned-' + replyId).length !== 0) {