We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d826109 commit 6b90b2fCopy full SHA for 6b90b2f
src/main/webapp/WEB-INF/taglibs/description-list/list.xhtml
@@ -1,6 +1,6 @@
1
<ui:composition
2
xmlns:ui="http://java.sun.com/jsf/facelets">
3
- <dl class="definition-list#{bordered == false ? '' : ' definition-list-bordered'}">
+ <dl class="definition-list#{bordered == false or bordered != null ? '' : ' definition-list-bordered'}">
4
<ui:insert />
5
</dl>
6
</ui:composition>
src/main/webapp/WEB-INF/taglibs/properties/properties.xhtml
@@ -1,7 +1,8 @@
xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:dl="http://goobi.io/dl"
>
- <dl class="definition-list">
+ <dl:list>
- </dl>
7
+ </dl:list>
8
0 commit comments