forked from leftypol/leftypol
Revert "show-backlinks.js: add space between backlinks"
This reverts commit f20b2615f2
.
This commit is contained in:
parent
f20b2615f2
commit
7d0a563dc1
2 changed files with 1 additions and 2 deletions
|
@ -39,7 +39,7 @@ $(document).ready(function() {
|
|||
}
|
||||
|
||||
let link = $('<a class="mentioned-' + replyId + '" onclick="highlightReply(\'' + replyId + '\');" href="#'
|
||||
+ replyId + '">>>' + replyId + ' </a>');
|
||||
+ replyId + '">>>' + replyId + '</a>');
|
||||
link.appendTo(mentioned);
|
||||
|
||||
if (window.init_hover) {
|
||||
|
|
|
@ -1224,7 +1224,6 @@ pre {
|
|||
|
||||
.mentioned {
|
||||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.poster_id {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue