Feature #31064
closedPossibility for switching off automatic <p>-Tags
0%
Description
If I type some HTML code in the text field of the backend (htmlarea switched off!), the parser automatically adds <p>-Tags for every line. If I want to type the code in standard design the parser interpretes every enter as changing from one <p>-element to the next one:
If I type something like:
<tr>
<p>abc</p>
</tr>
it happens often that I get some empty lines, because the parser inserts automatically some <p>-tags.
Updated by Markus Klein about 13 years ago
I'm not sure if I understood your problem completely, but take a closer look at Typoscript of lib.parseFunc.
Updated by Steffen Ritter about 13 years ago
- Status changed from New to Rejected
Dear Caroli,
as a friendly ghost I took the opportunity to reject your bug report.
As Markus Klein alrady pointed out this is configurable via TypoScript.
regards
Steffen
Markus Klein wrote:
take a closer look at Typoscript of lib.parseFunc.