Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional Line Breaks in tables #159

Closed
V15 opened this issue Nov 3, 2018 · 2 comments
Closed

Additional Line Breaks in tables #159

V15 opened this issue Nov 3, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@V15
Copy link

V15 commented Nov 3, 2018

Affected version(s)
4.x

Description
Additional Line Breaks in tables if using <p> or <li> elements.

How to reproduce
Add a new content element "table".
Insert <p> or <li> elements:

<p>Text</p>
<p>Text</p>
<p>Text</p>

<ul>
<li>Text</li>
<li>Text</li>
<li>Text</li>
</ul>

Looks good in the backend but HTML in Frontend adds <br> Tags after each line.

See also: terminal42/contao-rte_table#3

@leofeyer leofeyer added the bug label Nov 12, 2018
@leofeyer leofeyer added this to the 4.4.29 milestone Nov 12, 2018
@leofeyer leofeyer self-assigned this Nov 22, 2018
@leofeyer
Copy link
Member

Fixed in daf26f0.

@V15
Copy link
Author

V15 commented Nov 22, 2018

Danke.

@leofeyer leofeyer modified the milestones: 4.4.29, 4.4 May 14, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 18, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants