diff --git a/js/show-backlinks.js b/js/show-backlinks.js index d1638785..d1627211 100644 --- a/js/show-backlinks.js +++ b/js/show-backlinks.js @@ -34,7 +34,7 @@ onReady(function() { 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-' + reply_id).length != 0) {