Skip to content

Commit

Permalink
seperate php and html
Browse files Browse the repository at this point in the history
  • Loading branch information
brianteeman committed Oct 17, 2019
1 parent f0d724b commit d2f25c0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions layouts/joomla/form/field/subform/repeatable-table.php
Expand Up @@ -108,9 +108,9 @@
</tbody>
</table>
<?php if ($multiple) : ?>
<template class="subform-repeatable-template-section" style="display: none;"><?php
echo trim($this->sublayout($sublayout, array('form' => $tmpl, 'basegroup' => $fieldname, 'group' => $fieldname . 'X', 'buttons' => $buttons)));
?></template>
<template class="subform-repeatable-template-section" style="display: none;">
<?php echo trim($this->sublayout($sublayout, array('form' => $tmpl, 'basegroup' => $fieldname, 'group' => $fieldname . 'X', 'buttons' => $buttons))); ?>
</template>
<?php endif; ?>
</joomla-field-subform>
</div>
Expand Down

0 comments on commit d2f25c0

Please sign in to comment.