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.
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.