fix html
This commit is contained in:
@@ -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()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user