fix double <br> removal

This commit is contained in:
ccd0 2014-09-16 22:09:17 -07:00
parent e1808aef23
commit cbe9c5e72d
2 changed files with 2 additions and 3 deletions

View File

@ -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',

View File

@ -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 {