fix html
This commit is contained in:
@@ -126,7 +126,7 @@ public class PlantUml implements StateMachineExporter {
|
||||
if (!label.isEmpty()) {
|
||||
sb.append(label);
|
||||
} else {
|
||||
sb.append("<U+00A0>");
|
||||
sb.append("<color:transparent>.</color>");
|
||||
}
|
||||
sb.append("]]");
|
||||
} else if (!label.isEmpty()) {
|
||||
|
||||
Reference in New Issue
Block a user