correction subtitles & notes
This commit is contained in:
parent
2f5da421b5
commit
7851d1a4ec
4 changed files with 5 additions and 5 deletions
|
|
@ -63,7 +63,7 @@ export default class itemsDecor extends Handler {
|
|||
|
||||
// Reconstruire le titre avec des .h3-line
|
||||
subtitle.innerHTML = "";
|
||||
segments.forEach(nodes => {
|
||||
segments.filter(seg => seg.length > 0).forEach(nodes => {
|
||||
const line = this.createLine(symbol, nodes);
|
||||
subtitle.appendChild(line);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue