diff --git a/module/testtask/view/create.html.php b/module/testtask/view/create.html.php
index 98d9d455c1..b85ed43b06 100644
--- a/module/testtask/view/create.html.php
+++ b/module/testtask/view/create.html.php
@@ -45,23 +45,23 @@
| testtask->begin;?> |
-
+ | |
| testtask->end;?> |
-
+ | |
| testtask->status;?> |
- testtask->statusList, '', "class='select-3'");?>
+ | testtask->statusList, '', "class='select-3'");?> |
| testtask->name;?> |
-
+ | |
| testtask->desc;?> |
-
+ | |
| |
diff --git a/module/testtask/view/edit.html.php b/module/testtask/view/edit.html.php
index 27e47d0370..39ebbecd15 100644
--- a/module/testtask/view/edit.html.php
+++ b/module/testtask/view/edit.html.php
@@ -34,27 +34,27 @@
| testtask->begin;?> |
- begin, "class='text-3 date'");?>
+ | begin, "class='text-3 date'");?> |
| testtask->end;?> |
- end, "class='text-3 date'");?>
+ | end, "class='text-3 date'");?> |
| testtask->status;?> |
- testtask->statusList, $task->status, "class='select-3'");?>
+ | testtask->statusList, $task->status, "class='select-3'");?> |
| testtask->name;?> |
- name, "class='text-1'");?>
+ | name, "class='text-1'");?> |
| testtask->desc;?> |
- desc), "rows=10 class='area-1'");?>
+ | desc), "rows=10 class='area-1'");?> |
| testtask->report;?> |
- report), "rows=10 class='area-1'");?>
+ | report), "rows=10 class='area-1'");?> |
| |