You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have two inline html elements one after another Diazo will strip the whitespace from between them.
E.g.
<img src="/bah"/> <span>Foo</span>
after passing through Diazo the space is stripped, there will be no space between the image and 'Foo'.
This occurs everywhere in Plone's interface when using custom content types, e.g. the add new menu in the edit bar, the folder contents view, the related content browser overlays.
This of course is not just restricted to use of custom content types it is anywhere in your templates that you use multiple sibling inline html elements.
The text was updated successfully, but these errors were encountered:
If you have two inline html elements one after another Diazo will strip the whitespace from between them.
E.g.
after passing through Diazo the space is stripped, there will be no space between the image and 'Foo'.
This occurs everywhere in Plone's interface when using custom content types, e.g. the add new menu in the edit bar, the folder contents view, the related content browser overlays.
This of course is not just restricted to use of custom content types it is anywhere in your templates that you use multiple sibling inline html elements.
The text was updated successfully, but these errors were encountered: