summaryrefslogtreecommitdiff
path: root/ancestry.php
diff options
context:
space:
mode:
Diffstat (limited to 'ancestry.php')
-rw-r--r--ancestry.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/ancestry.php b/ancestry.php
index 63f68a17d5..e7aa48fdc4 100644
--- a/ancestry.php
+++ b/ancestry.php
@@ -27,7 +27,7 @@ define('WT_SCRIPT_NAME', 'ancestry.php');
require './includes/session.php';
require_once WT_ROOT.'includes/functions/functions_print_lists.php';
-$controller=new WT_Controller_Ancestry();
+$controller = new WT_Controller_Ancestry();
$controller
->pageHeader()
->addExternalJavascript(WT_STATIC_URL . 'js/autocomplete.js')