Actions
Feature #31064
closedPossibility for switching off automatic <p>-Tags
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2011-10-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
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.
Actions