diff --git a/module/bug/view/report.html.php b/module/bug/view/report.html.php index 2f72726d84..d36e89d741 100644 --- a/module/bug/view/report.html.php +++ b/module/bug/view/report.html.php @@ -43,7 +43,7 @@
report->typeList as $type => $typeName):?> - " : "") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?> + " : "") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?>
report->notice->help;?>
diff --git a/module/task/view/report.html.php b/module/task/view/report.html.php index f430f92a38..8bdd3d8b03 100644 --- a/module/task/view/report.html.php +++ b/module/task/view/report.html.php @@ -43,7 +43,7 @@
report->typeList as $type => $typeName):?> - " : "") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?> + " : "") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?>
report->notice->help;?>
diff --git a/module/testtask/view/report.html.php b/module/testtask/view/report.html.php index a46441056b..e58a9a3699 100644 --- a/module/testtask/view/report.html.php +++ b/module/testtask/view/report.html.php @@ -43,7 +43,7 @@
report->typeList as $type => $typeName):?> - " : "") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?> + " : "") . $typeName, '', "class='btn btn-link " . ($type == $chartType ? 'btn-active-line' : '') . "'")?>
report->notice->help;?>