Actions
Feature #14681
closedunnecessary <br /> tags in tables
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-07-05
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
I found a bug in the htmlArea RTE. If I generate a table with 3 rows and 5 cells (doesn't matter) and insert some content "cell1", "cell2",..., the RTE generates the following (using firefox):
[...]<td>cell1<br /></td>[...]
Why is there the <br /> - tag? It is not necessary and leads to unneeded line-breaks.
(issue imported from #M1259)
Actions