From a1ea48f493c5e3269236c020d49a5e0a29c34ab6 Mon Sep 17 00:00:00 2001 From: axman Date: Fri, 12 Mar 2021 14:24:59 -0700 Subject: [PATCH] fixing small form issue --- View/GrouperGroups/groupcreatetemplateform.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/View/GrouperGroups/groupcreatetemplateform.ctp b/View/GrouperGroups/groupcreatetemplateform.ctp index 612d982..32803a3 100644 --- a/View/GrouperGroups/groupcreatetemplateform.ctp +++ b/View/GrouperGroups/groupcreatetemplateform.ctp @@ -23,7 +23,7 @@ $model = $this->name; include(APP . "View/" . $model . "/templatefields.inc"); } ?> - Form->end(); ?> + Form->end(); ?>