This commit is contained in:
2026-06-19 17:11:34 +02:00
parent b480dc83ef
commit ef9ebe3512

View File

@@ -126,7 +126,7 @@ public class PlantUml implements StateMachineExporter {
if (!label.isEmpty()) { if (!label.isEmpty()) {
sb.append(label); sb.append(label);
} else { } else {
sb.append("<U+00A0>"); sb.append("<color:transparent>.</color>");
} }
sb.append("]]"); sb.append("]]");
} else if (!label.isEmpty()) { } else if (!label.isEmpty()) {