diff options
| author | Greg Roach <fisharebest@gmail.com> | 2017-11-03 12:12:31 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2017-11-03 12:12:50 +0000 |
| commit | 0fd39724ec01f9f77115641c88ab7da1a4b09227 (patch) | |
| tree | c4dd113cffd7a8be7e851858917d176f28470e97 /calendar.php | |
| parent | 17319d0adba30d5333e0fee0a7e5140d5c78c1e2 (diff) | |
| download | webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.gz webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.tar.bz2 webtrees-0fd39724ec01f9f77115641c88ab7da1a4b09227.zip | |
CodeStyle - spacing/alignment
Diffstat (limited to 'calendar.php')
| -rw-r--r-- | calendar.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar.php b/calendar.php index 9ffeeb1ba3..8fcd7bfcba 100644 --- a/calendar.php +++ b/calendar.php @@ -640,7 +640,7 @@ function calendar_list_text($list, $tag1, $tag2, $show_sex_symbols) { $html = ''; foreach ($list as $id => $facts) { - $tmp = GedcomRecord::getInstance($id, $WT_TREE); + $tmp = GedcomRecord::getInstance($id, $WT_TREE); $html .= $tag1 . '<a href="' . $tmp->getHtmlUrl() . '">' . $tmp->getFullName() . '</a> '; if ($show_sex_symbols && $tmp instanceof Individual) { switch ($tmp->getSex()) { |
