Skip to content

Commit 3f532cd

Browse files
MichelSimonotMichelSimonot
MichelSimonot
authored and
MichelSimonot
committed
Fix the template call causing all my issues.
1 parent 6060c35 commit 3f532cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/default_theme/section._

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@
6666
</thead>
6767
<tbody class='mt1'>
6868
<% param.properties.forEach(function(property) { %>
69-
<%- renderParamProperty({
70-
property: property
69+
<%= renderParamProperty({
70+
property: property,
71+
renderParamProperty: renderParamProperty
7172
}) %>
7273
<% }) %>
7374
</tbody>

0 commit comments

Comments
 (0)