@@ -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) { |
@@ -560,7 +560,7 @@ |
||
560 | 560 | $data = array_map(function (string $thumbnail): array { |
561 | 561 | $original = $this->findOriginalFileFromThumbnail($thumbnail); |
562 | 562 | |
563 | - $original_url = route('unused-media-thumbnail', [ |
|
563 | + $original_url = route('unused-media-thumbnail', [ |
|
564 | 564 | 'folder' => dirname($original), |
565 | 565 | 'file' => basename($original), |
566 | 566 | 'w' => 100, |
@@ -261,7 +261,7 @@ discard block |
||
261 | 261 | $sosa = array_search($individual, $ancestors, true); |
262 | 262 | if (is_int($sosa) && $module instanceof RelationshipsChartModule) { |
263 | 263 | $sosa_class = 'search_hit'; |
264 | - $sosa_html = '<a class="details1 ' . $individual->getBoxStyle() . '" href="' . e($module->chartUrl($individual, ['xref2' => $individuals[1]->xref()])) . '" rel="nofollow" title="' . I18N::translate('Relationships') . '">' . I18N::number($sosa) . '</a>' . self::sosaGeneration($sosa); |
|
264 | + $sosa_html = '<a class="details1 ' . $individual->getBoxStyle() . '" href="' . e($module->chartUrl($individual, ['xref2' => $individuals[1]->xref()])) . '" rel="nofollow" title="' . I18N::translate('Relationships') . '">' . I18N::number($sosa) . '</a>' . self::sosaGeneration($sosa); |
|
265 | 265 | } else { |
266 | 266 | $sosa_class = ''; |
267 | 267 | $sosa_html = ''; |
@@ -297,7 +297,7 @@ discard block |
||
297 | 297 | $sosa = array_search($spouse, $ancestors, true); |
298 | 298 | if (is_int($sosa) && $module instanceof RelationshipsChartModule) { |
299 | 299 | $sosa_class = 'search_hit'; |
300 | - $sosa_html = '<a class="details1 ' . $spouse->getBoxStyle() . '" href="' . e($module->chartUrl($individual, ['xref2' => $individuals[1]->xref()])) . '" rel="nofollow" title="' . I18N::translate('Relationships') . '">' . I18N::number($sosa) . '</a>' . self::sosaGeneration($sosa); |
|
300 | + $sosa_html = '<a class="details1 ' . $spouse->getBoxStyle() . '" href="' . e($module->chartUrl($individual, ['xref2' => $individuals[1]->xref()])) . '" rel="nofollow" title="' . I18N::translate('Relationships') . '">' . I18N::number($sosa) . '</a>' . self::sosaGeneration($sosa); |
|
301 | 301 | } else { |
302 | 302 | $sosa_class = ''; |
303 | 303 | $sosa_html = ''; |