Fix #1292.
This commit is contained in:
parent
5d80be015c
commit
abdb3acdca
@ -76,4 +76,9 @@ Quotify =
|
||||
@nodes.quotelinks.push a
|
||||
|
||||
fixDeadlink: (deadlink) ->
|
||||
if !(el = deadlink.previousSibling) or el.nodeName is 'BR'
|
||||
green = $.el 'span',
|
||||
className: 'quote'
|
||||
$.before deadlink, green
|
||||
$.add green, deadlink
|
||||
$.replace deadlink, [deadlink.childNodes...]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user