show-backlinks.js: use div so reply links don't get jumbled up or something

This commit is contained in:
Zankaria 2024-08-28 19:42:32 +02:00 committed by Zankaria
parent 2161a3c1fe
commit 2311035748

View File

@ -34,7 +34,7 @@ onReady(function() {
let mentioned = post.find('.head div.mentioned');
if (mentioned.length === 0) {
mentioned = $('<span class="mentioned unimportant"></span>').prependTo(post.find('.head'));
mentioned = $('<div class="mentioned unimportant"></div>').prependTo(post.find('.head'));
}
if (mentioned.find('a.mentioned-' + reply_id).length != 0) {