Bug #2229
TBX: 0.7.8: XTZ éditions, a nested HTML div is added at each new page
Statut: | Closed | Début: | 11/07/2017 | |
---|---|---|---|---|
Priorité: | Normal | Echéance: | ||
Assigné à: | - | % réalisé: | 100% |
|
Catégorie: | - | Temps passé: | - | |
Version cible: | TXM 0.7.8 |
Description
The bug occurs on when building a facs edition from an absolute URL in @facs.
At each new page a nested div is added, so at page 200 there are 200 nestes divs.
This is invisible on the RCP but when the corpus is loaded on the portal the pages after 179 are not displayed.
- Manually patch HTML files of facs edition (regexp find and replace in files) :
- (<div>)+ -> <div>
- (</div>)+ -> </div></div>
- Use XSLT method for creating facs editions
Historique
#1 Mis à jour par Serge Heiden il y a environ 8 ans
- Sujet changé de TBX: 0.7.8: XTZ facs éditions, a nested HTML div is added at each new page à TBX: 0.7.8: XTZ éditions, a nested HTML div is added at each new page
#2 Mis à jour par Serge Heiden il y a environ 8 ans
- Version cible changé de TXM 0.8.0a (split/restructuration) à TXM 0.7.8
#3 Mis à jour par Matthieu Decorde il y a environ 8 ans
- % réalisé changé de 0 à 80
#4 Mis à jour par Sebastien Jacquot il y a plus d'un an
- Statut changé de New à Closed
#5 Mis à jour par Sebastien Jacquot il y a plus d'un an
- % réalisé changé de 80 à 100