Revert "show-backlinks.js: add space between backlinks"

This reverts commit f20b2615f2.
This commit is contained in:
Zankaria 2024-09-03 22:29:33 +02:00
parent f20b2615f2
commit 7d0a563dc1
2 changed files with 1 additions and 2 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,7 +1224,6 @@ pre {
.mentioned {
word-wrap: break-word;
white-space: pre-wrap;
}
.poster_id {