fix double <br> removal
This commit is contained in:
parent
e1808aef23
commit
cbe9c5e72d
@ -364,6 +364,8 @@ Build =
|
||||
$.replace quotelink, [quotelink.childNodes...]
|
||||
for pp in $$ '.prettyprint', root.lastElementChild
|
||||
$.replace pp, $.tn pp.textContent
|
||||
for br in $$ 'br', root.lastElementChild when br.previousSibling.nodeName is 'BR'
|
||||
$.rm br
|
||||
|
||||
if thread.isSticky
|
||||
$.add $('.thread-icons', root), $.el 'img',
|
||||
|
||||
@ -575,9 +575,6 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
|
||||
overflow: hidden;
|
||||
text-align: center;
|
||||
}
|
||||
.catalog-thread .comment br + br {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Announcement Hiding */
|
||||
:root.hide-announcement #globalMessage {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user