You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: core/sds-aspect-model-document-generators/src/main/resources/docu/templates/html/characteristic-documentation-lib.vm
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -152,7 +152,7 @@ Characteristic specific macros will be joined together in the main macro (see ab
152
152
<div class="table-cell pb-3 col-span-2">
153
153
<ul class="reset-all-styles enum-values">
154
154
#foreach( $value in $enumeration.getValues() )
155
-
<li>$value</li>
155
+
<li>$value.getValue()</li>
156
156
#end
157
157
</ul>
158
158
</div>
@@ -255,7 +255,7 @@ Characteristic specific macros will be joined together in the main macro (see ab
0 commit comments