зеркало из https://github.com/mozilla/gecko-dev.git
Bug 786842 - Fix replaceBrs() typo for checking whitespace. r=lucasr
This commit is contained in:
Родитель
77ce07cbdd
Коммит
bf22f6c484
|
@ -239,7 +239,7 @@ Readability.prototype = {
|
|||
let next = node;
|
||||
while (next
|
||||
&& (next.nodeType != Node.ELEMENT_NODE)
|
||||
&& !whitespace.test(next.textContent)) {
|
||||
&& whitespace.test(next.textContent)) {
|
||||
next = next.nextSibling;
|
||||
}
|
||||
return next;
|
||||
|
|
Загрузка…
Ссылка в новой задаче