From 0fd39724ec01f9f77115641c88ab7da1a4b09227 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Fri, 3 Nov 2017 12:12:31 +0000 Subject: CodeStyle - spacing/alignment --- calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'calendar.php') 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 . '' . $tmp->getFullName() . ' '; if ($show_sex_symbols && $tmp instanceof Individual) { switch ($tmp->getSex()) { -- cgit v1.3