1
2.. include:: ../../Includes.txt
3
4=======================================================================
5Breaking: #75237 - Removal of div ce-bodytext might cause layout issues
6=======================================================================
7
8See :issue:`75237`
9
10Description
11===========
12
13If neither bodytext nor header were entered in the TextMedia element, the div element containing the class `ce-bodytext` will be suppressed.
14
15
16Impact
17======
18
19The missing div could cause layout problems, if the layout and CSS depend on it.
20
21
22Affected Installations
23======================
24
25All installations relying on :html:`<div class="ce-bodytext">`
26
27
28Migration
29=========
30
31Either change the CSS or use a custom template without all the conditions.
32
33.. index:: Fluid, ext:fluid_styled_content
34