We use a macro (xslt) to render content on some of our pages. We had the content displaying exactly how we wanted it and it's worked great for us this past year. However, after we upgraded to 4.7.1 we noticed the spacing of our content is off. Turns out - a paragraph tag is being added around content pulled from the RTE datatype. Other datatypes continue to display as expected.
Not a big deal, I'm just curious what caused the change.
Interesting. I enabled the "view html" button and there were the paragraph tags. It looks like just typing text into that field adds the paragraph tags by default now. In our install of Umbraco 4.6.1 it didn't do that. I’m sure this is considered a bug fix, rather than a bug because generally if you are typing text you want it to be within a paragraph tag. So, we'll just tweak our layout to account for the extra spacing. Thanks.
4.7.1/xslt/RTE
We use a macro (xslt) to render content on some of our pages. We had the content displaying exactly how we wanted it and it's worked great for us this past year. However, after we upgraded to 4.7.1 we noticed the spacing of our content is off. Turns out - a paragraph tag is being added around content pulled from the RTE datatype. Other datatypes continue to display as expected.
Not a big deal, I'm just curious what caused the change.
Hi Jennifer
Do you know if the paragraph comes from the RTE itself or from some other place?
Sometimes the RTE can insert some empty <p></p> tags but I've never seen it wrap around the rest of the content like you describe before.
/Jan
Interesting. I enabled the "view html" button and there were the paragraph tags. It looks like just typing text into that field adds the paragraph tags by default now. In our install of Umbraco 4.6.1 it didn't do that. I’m sure this is considered a bug fix, rather than a bug because generally if you are typing text you want it to be within a paragraph tag. So, we'll just tweak our layout to account for the extra spacing. Thanks.
is working on a reply...