Skip to content

Commit 6b90b2f

Browse files
author
Simon Sendler
committed
fix: restore borders between properties in process view
1 parent d826109 commit 6b90b2f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<ui:composition
22
xmlns:ui="http://java.sun.com/jsf/facelets">
3-
<dl class="definition-list#{bordered == false ? '' : ' definition-list-bordered'}">
3+
<dl class="definition-list#{bordered == false or bordered != null ? '' : ' definition-list-bordered'}">
44
<ui:insert />
55
</dl>
66
</ui:composition>
Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
<ui:composition
22
xmlns:ui="http://java.sun.com/jsf/facelets"
3+
xmlns:dl="http://goobi.io/dl"
34
>
4-
<dl class="definition-list">
5+
<dl:list>
56
<ui:insert />
6-
</dl>
7+
</dl:list>
78
</ui:composition>

0 commit comments

Comments
 (0)