Skip to content

Commit 87fdcd2

Browse files
committed
Update branchSourceSelector.jelly
1 parent 5a599d6 commit 87fdcd2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/main/resources/lib/branch-api/branchSourceSelector.jelly

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ THE SOFTWARE.
7575
</div>
7676
</j:forEach>
7777

78-
<div class="repeatable-insertion-point" />
78+
<template class="repeatable-insertion-point" />
7979

8080
<div class="prototypes to-be-removed">
8181
<!-- render one prototype for each type -->
@@ -95,8 +95,6 @@ THE SOFTWARE.
9595
</j:forEach>
9696
</div>
9797

98-
<div>
99-
<input type="button" value="${attrs.addCaption?:'%Add'}" class="hetero-list-add" menualign="${attrs.menuAlign}" suffix="${attrs.field}"/>
100-
</div>
98+
<input type="button" value="${attrs.addCaption?:'%Add'}" class="hetero-list-add" menualign="${attrs.menuAlign}" suffix="${attrs.field}"/>
10199
</div>
102100
</j:jelly>

0 commit comments

Comments
 (0)