Changes between Initial Version and Version 1 of Ticket #9220, comment 3
- Timestamp:
- Aug 30, 2012, 9:33:17 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9220, comment 3
initial v1 1 1 The removing the padding BR at the end of pseudo block, must not be handled simply by the "data filter", it should be a coordination between the "html" and "data" filter, the current impl fails the following tc: 2 {{{ 2 3 3 1. Load the following source: 4 4 {{{ … … 12 12 1. Repeat 3-4. 13 13 * Actual: BRs start to loose on each switch. 14 }}} 14 15 16 17 Besides, we shall have some tests for such a change.