summaryrefslogtreecommitdiff
path: root/includes/controllers/ancestry_ctrl.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2010-09-25 16:58:10 +0000
committerfisharebest <fisharebest@gmail.com>2010-09-25 16:58:10 +0000
commit069e1b45328a046d9a342089b5329ff093682047 (patch)
treef27b474d45164767cfeb4b0541370526c78c8186 /includes/controllers/ancestry_ctrl.php
parent5ea701661f5800d6c097d0928c1270c898ca67b0 (diff)
downloadwebtrees-069e1b45328a046d9a342089b5329ff093682047.tar.gz
webtrees-069e1b45328a046d9a342089b5329ff093682047.tar.bz2
webtrees-069e1b45328a046d9a342089b5329ff093682047.zip
Tidy up whitespace/indents
Diffstat (limited to 'includes/controllers/ancestry_ctrl.php')
-rw-r--r--includes/controllers/ancestry_ctrl.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/controllers/ancestry_ctrl.php b/includes/controllers/ancestry_ctrl.php
index 9514c5f06b..c587a349d8 100644
--- a/includes/controllers/ancestry_ctrl.php
+++ b/includes/controllers/ancestry_ctrl.php
@@ -5,7 +5,7 @@
// Copyright (C) 2010 webtrees development team.
//
// Derived from PhpGedView
-// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
+// Copyright (C) 2002 to 2009 PGV Development Team. All rights reserved.
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
@@ -167,5 +167,4 @@ class AncestryController extends BaseController {
}
print "</li>\r\n";
}
-
}