Closed
Bug 780664
Opened 13 years ago
Closed 7 years ago
replaceBrs() in Readability.js does not add first block to a <p>
Categories
(Toolkit :: Reader Mode, defect, P4)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bnicholson, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [reader-mode-readability-algorithm])
For example:
BLOB1
<br><br>
BLOB2
will become:
BLOB1
<p>BLOB2</p>
This might not actually be affecting the parsed output, but it would still be nice to fix if it's not too costly. See comments 0-3 in bug 777966 for more information.
Updated•13 years ago
|
Priority: -- → P4
Updated•11 years ago
|
Updated•9 years ago
|
Whiteboard: [reader-mode-readability-algorithm]
Comment 1•7 years ago
|
||
Pretty sure this got fixed by the various changes in https://github.com/mozilla/readability/pull/447 and https://github.com/mozilla/readability/pull/430 and https://github.com/mozilla/readability/pull/455 and so on.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•