diff --git a/module/task/ui/create.html.php b/module/task/ui/create.html.php
index bae11f9709..df86246515 100644
--- a/module/task/ui/create.html.php
+++ b/module/task/ui/create.html.php
@@ -56,7 +56,7 @@ $kanbanRow = '';
/* The region and lane fields are only showed in kanban. */
if($execution->type == 'kanban')
{
- $kanbanRow = formRow (
+ $kanbanRow = formRow(
formGroup
(
set::width('1/2'),