diff --git a/module/testtask/view/close.html.php b/module/testtask/view/close.html.php index c1563d4878..5948a0818b 100644 --- a/module/testtask/view/close.html.php +++ b/module/testtask/view/close.html.php @@ -17,11 +17,11 @@
| testtask->report;?> | +testtask->report;?> | |||
|---|---|---|---|---|
| comment;?> | +comment;?> | |||
| testtask->desc;?> | -desc, "rows=10 class='form-control'");?> | +desc), "rows=10 class='form-control'");?> | ||
| testtask->report;?> | -report, "rows=10 class='form-control'");?> | +report), "rows=10 class='form-control'");?> | ||
| diff --git a/module/testtask/view/start.html.php b/module/testtask/view/start.html.php index 78b2770c48..99f83d5d49 100644 --- a/module/testtask/view/start.html.php +++ b/module/testtask/view/start.html.php @@ -17,7 +17,7 @@ | ||||
| comment;?> | +comment;?> | |
|---|---|---|