show-backlinks.js: add space between backlinks

This commit is contained in:
Zankaria 2024-09-02 23:21:34 +02:00
parent 8a3e93dbdf
commit f20b2615f2
2 changed files with 2 additions and 1 deletions

View file

@ -39,7 +39,7 @@ $(document).ready(function() {
}
let link = $('<a class="mentioned-' + replyId + '" onclick="highlightReply(\'' + replyId + '\');" href="#'
+ replyId + '">&gt;&gt;' + replyId + '</a>');
+ replyId + '">&gt;&gt;' + replyId + ' </a>');
link.appendTo(mentioned);
if (window.init_hover) {

View file

@ -1224,6 +1224,7 @@ pre {
.mentioned {
word-wrap: break-word;
white-space: pre-wrap;
}
.poster_id {