summaryrefslogtreecommitdiff
path: root/familybook.php
diff options
context:
space:
mode:
Diffstat (limited to 'familybook.php')
-rw-r--r--familybook.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/familybook.php b/familybook.php
index af3776cfc4..47b2c04847 100644
--- a/familybook.php
+++ b/familybook.php
@@ -63,7 +63,7 @@ function print_descendency($person, $count) {
}
$pid=$person->getXref();
-
+
echo "<table cellspacing=\"0\" cellpadding=\"0\" border=\"0\">";
echo "<tr>";
echo "<td width=\"".($bwidth-2)."\">";
@@ -189,7 +189,7 @@ function print_person_pedigree($pid, $count) {
function print_family_book($person, $descent) {
global $generations, $dgenerations, $firstrun;
-
+
if ($descent==0 || !$person->canDisplayName()) {
return;
}
@@ -316,7 +316,7 @@ if ($show_spouse) echo " checked=\"checked\""; ?> />
</td></tr></table>
<?php
-
+
echo
'<div id="familybook_chart',
($TEXT_DIRECTION=="ltr")?"":"_rtl",