Bug #3066
Import, the pagination element in HTML files breaks DOM if written with the p element
Status: | New | Start date: | 04/26/2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% |
|
Category: | Edition | Spent time: | - | |
Target version: | TXM 0.8.3 |
Description
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.
Solution¶
writes a span element instead and set its CSS display property to block
see also the possible usage of div tags
History
#1 Updated by Matthieu Decorde about 1 year ago
- Description updated (diff)
- Target version changed from TXM 0.8.2 to TXM 0.8.3