Skip to content

Commit

Permalink
fixing small form issue
Browse files Browse the repository at this point in the history
  • Loading branch information
axel committed Mar 12, 2021
1 parent 0c06c51 commit a1ea48f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion View/GrouperGroups/groupcreatetemplateform.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $model = $this->name;
include(APP . "View/" . $model . "/templatefields.inc");
}
?>
<?php $this->Form->end(); ?>
<?php echo $this->Form->end(); ?>
</div>
</div>
</div>
Expand Down

0 comments on commit a1ea48f

Please sign in to comment.