@@ -55,7 +55,7 @@ discard block |
||
55 | 55 | */ |
56 | 56 | public function reportList(Tree $tree, User $user): Response |
57 | 57 | { |
58 | - $title = I18N::translate('Choose a report to run'); |
|
58 | + $title = I18N::translate('Choose a report to run'); |
|
59 | 59 | |
60 | 60 | return $this->viewResponse('report-select-page', [ |
61 | 61 | 'reports' => Module::findByComponent('report', $tree, $user), |
@@ -251,7 +251,7 @@ discard block |
||
251 | 251 | } |
252 | 252 | } |
253 | 253 | |
254 | - $report_xml =WT_ROOT . 'resources/xml/reports/' . $module->name() . '.xml'; |
|
254 | + $report_xml = WT_ROOT . 'resources/xml/reports/' . $module->name() . '.xml'; |
|
255 | 255 | |
256 | 256 | |
257 | 257 | switch ($output) { |