@@ -19,7 +19,6 @@ |
||
| 19 | 19 | use Fisharebest\Webtrees\Database; |
| 20 | 20 | use Fisharebest\Webtrees\Filter; |
| 21 | 21 | use Fisharebest\Webtrees\Functions\FunctionsDate; |
| 22 | -use Fisharebest\Webtrees\Functions\FunctionsPrint; |
|
| 23 | 22 | use Fisharebest\Webtrees\I18N; |
| 24 | 23 | use Fisharebest\Webtrees\Theme; |
| 25 | 24 | |
@@ -1261,7 +1261,7 @@ |
||
| 1261 | 1261 | // end of add image |
| 1262 | 1262 | $event = $image; |
| 1263 | 1263 | $event .= '<img src="' . WT_STATIC_URL . WT_MODULES_DIR . 'googlemap/images/sq' . $curgen . '.png" width="10" height="10"> '; |
| 1264 | - $event .= '<strong>' . $relationship . '</strong>';//</a>'; |
|
| 1264 | + $event .= '<strong>' . $relationship . '</strong>'; //</a>'; |
|
| 1265 | 1265 | |
| 1266 | 1266 | $birth = $person->getFirstFact('BIRT'); |
| 1267 | 1267 | $data = Filter::escapeJs($event . ' <span><a href="' . $person->getHtmlUrl() . '">' . $name . '</a></span>'); |
@@ -785,7 +785,7 @@ |
||
| 785 | 785 | } else { |
| 786 | 786 | $xmax = $i; |
| 787 | 787 | } |
| 788 | - $xdata[$xmax] = /* I18N: Label on a graph; 40+ means 40 or more */ I18N::translate('%s+',I18N::number($hulpar[$i - 1])); |
|
| 788 | + $xdata[$xmax] = /* I18N: Label on a graph; 40+ means 40 or more */ I18N::translate('%s+', I18N::number($hulpar[$i - 1])); |
|
| 789 | 789 | $x_boundaries[$xmax] = 10000; |
| 790 | 790 | $xmax = $xmax + 1; |
| 791 | 791 | if ($xmax > 20) { |