Skip to content

Commit 8533d47

Browse files
authored
Merge pull request #343 from kirchsth/feature/342
#342 Legend displays unknown borderStyle values too (instead of $lineStyle)
2 parents 1bf2085 + 451e337 commit 8533d47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C4.puml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ $elementSkin
729729
!elseif ($borderStyle == $SOLID_LINE)
730730
!$tagDetails = $tagDetails + $LEGEND_SOLID_LINE + ", "
731731
!else
732-
!$tagDetails = $tagDetails + $lineStyle + ", "
732+
!$tagDetails = $tagDetails + $borderStyle + ", "
733733
!endif
734734
!endif
735735
!if ($borderThickness != "")

0 commit comments

Comments
 (0)