Bug #3066

Mis à jour par Matthieu Decorde il y a plus de 4 ans

The import modules writes a p element to render the pagination element (usually tei:pb) but the p element cannot be nested.

This could break the CSS styles.

h3. Solution

writes a span element instead and set its CSS display property to block

see also the possible usage of div tags

Retour