Bug #86819
closedSince 8.7.20 (#83795) all <p> </p> are converted to <p></p>
100%
Description
With the update to 8.7.20 the " " in an <p></p> were removed witch the result that many empty but needed lines/spaces were removed in the frontend.
With 8.7.19:
<p>Zahnarzt XYZ<br />Strasse 123<br />1234 Ort</p><p> </p><p>Während der Praxis-Öffnungszeiten</p>
With 8.7.20:
<p>Zahnarzt XYZ<br />Strasse 123<br />1234 Ort</p><p></p><p>Während der Praxis-Öffnungszeiten</p>
Since a
<p></p>is not visible in the browser (at least with browser default css) and a
<p> </p>is - many website have a different look with the new version.
As a temporary solution you can include this line in the TypoScript setup in the website
lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.innerStdWrap_all.ifBlank =
or readd line 109 in typo3/sysext/fluid_styled_content/Configuration/TypoScript/Helper/ParseFunc.typoscript
see: https://github.com/TYPO3/TYPO3.CMS/commit/c23b1e1970d44cb3fc836db697650be568788218
I think the Issue #83795 has to be resolved in another way.
TYPO3 v9 not testet...
Updated by Christian Hernmarck about 6 years ago
- Related to Bug #83795: in the tables with <ol> or <ul> added
Updated by Gerrit Code Review almost 6 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59137
Updated by Gerrit Code Review almost 6 years ago
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/59138
Updated by Benni Mack almost 6 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset ce16a8de9000308ff0c8f3a5eefe5d77d31d178b.