diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index a8ef0c5073..46fe4104e7 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -27,7 +27,7 @@
bug->report->select;?>
-
+
bug->report->charts, $checkedCharts, '', 'block');?>
diff --git a/module/execution/view/fixfirst.html.php b/module/execution/view/fixfirst.html.php index 2a2bd6bc6e..5577276cc6 100644 --- a/module/execution/view/fixfirst.html.php +++ b/module/execution/view/fixfirst.html.php @@ -15,7 +15,7 @@

execution->fixFirst;?>

- +
diff --git a/module/story/view/report.html.php b/module/story/view/report.html.php index cb4d315ef5..f4513fd5e4 100644 --- a/module/story/view/report.html.php +++ b/module/story/view/report.html.php @@ -28,7 +28,7 @@
story->report->select;?>
- +
story->report->charts['storysPerPlan']);?> story->report->charts, $checkedCharts, '', 'block');?> diff --git a/module/task/view/report.html.php b/module/task/view/report.html.php index cce92c7bcb..16ba16b4ec 100644 --- a/module/task/view/report.html.php +++ b/module/task/view/report.html.php @@ -27,7 +27,7 @@
task->report->select;?>
- +
task->report->charts, $checkedCharts, '', 'block')?>
diff --git a/module/testtask/view/report.html.php b/module/testtask/view/report.html.php index 26e9eab345..c0a7b21a1c 100644 --- a/module/testtask/view/report.html.php +++ b/module/testtask/view/report.html.php @@ -27,7 +27,7 @@
testtask->report->select;?>
- +
testtask->report->charts, $checkedCharts, '', 'block');?>