MAJ V4.3.2

This commit is contained in:
pablo rodriguez 2022-12-09 21:31:21 +01:00
parent a926a08a0b
commit b5d4b59631
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -66,7 +66,7 @@ public class afficheText extends JEditorPane {
sb.append(baliseStyle.balise());
if(nodeParent!=null) sb.append("<p class=\"p1\">Node parent = " + nodeParent.getNomElt() + "</p><br>");
if(nodeParent!=null) sb.append("<p class=\"p1\">Node parent = " + nodeParent.getNomElt() + "</p>");
sb.append("<p class=\"p1\">Niveau = " + nod.getLevel() + "</p><br>");
sb.append("<hr><br><h1>Nom du node : " + nod.getNomElt() + "</h1>" + descriptionNode.description(nod.getNomElt())+"<br><hr>");