Changes between Initial Version and Version 1 of Ticket #14845, comment 2
- Timestamp:
- Sep 6, 2016, 2:54:42 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14845, comment 2
initial v1 2 2 I have a fix for the issue in core/dom/iterator.js file. 3 3 I hope it help the engineer who works on the issue. 4 if we replace 4 if we replace the following code 5 5 6 6 7 if ( removePreviousBr ) { … … 23 24 } 24 25 25 with the following 26 27 '''with the following''' 26 28 27 29 if ( removePreviousBr ) {