Project

General

Profile

Actions

Bug #26815

closed

RTE transformation transforms LF/CR between div and hr into space

Added by Benno Kieselstein almost 13 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Category:
Miscellaneous
Target version:
Start date:
2011-05-13
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TYPO3 extension htmlArea RTE (rtehtmlarea) inserts unwanted linebreak between DIV and HR tag.

How to reproduce

  1. Create a new content element of type text with Rich-Text-Editor enabled.
  2. Paste the following HTML into the field bodytext using RTE source view (text mode):
    <div>Some text</div>
    <hr />
    

    RTE source (text mode) after saving will read like this:
    <div><p>Some text</p></div>
    <p>&nbsp;</p>
    <hr />
    

Version info:

  • htmlArea RTE (rtehtmlarea) version: 2.1.6
  • TYPO3 version: 4.5.2
Actions

Also available in: Atom PDF