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 5a599d6 commit 87fdcd2Copy full SHA for 87fdcd2
src/main/resources/lib/branch-api/branchSourceSelector.jelly
@@ -75,7 +75,7 @@ THE SOFTWARE.
75
</div>
76
</j:forEach>
77
78
- <div class="repeatable-insertion-point" />
+ <template class="repeatable-insertion-point" />
79
80
<div class="prototypes to-be-removed">
81
<!-- render one prototype for each type -->
@@ -95,8 +95,6 @@ THE SOFTWARE.
95
96
97
98
- <div>
99
- <input type="button" value="${attrs.addCaption?:'%Add'}" class="hetero-list-add" menualign="${attrs.menuAlign}" suffix="${attrs.field}"/>
100
- </div>
+ <input type="button" value="${attrs.addCaption?:'%Add'}" class="hetero-list-add" menualign="${attrs.menuAlign}" suffix="${attrs.field}"/>
101
102
</j:jelly>
0 commit comments