summaryrefslogtreecommitdiff
path: root/calendar.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2014-10-06 21:24:32 +0100
committerGreg Roach <fisharebest@gmail.com>2014-10-06 21:24:32 +0100
commita4a6645c3a3a6a811d5571aae0f21a17576b27d5 (patch)
tree335f7c967b68ce4a5001f7423daabbcd25436ecf /calendar.php
parent1480a0f478b98c16090a5e560553b52518e3e7d6 (diff)
downloadwebtrees-a4a6645c3a3a6a811d5571aae0f21a17576b27d5.tar.gz
webtrees-a4a6645c3a3a6a811d5571aae0f21a17576b27d5.tar.bz2
webtrees-a4a6645c3a3a6a811d5571aae0f21a17576b27d5.zip
Whitespace changes to reduce merge conflicts with the assets branch
Diffstat (limited to 'calendar.php')
-rw-r--r--calendar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/calendar.php b/calendar.php
index 5ef23b3065..1b7f1eebb6 100644
--- a/calendar.php
+++ b/calendar.php
@@ -27,7 +27,7 @@ define('WT_SCRIPT_NAME', 'calendar.php');
require './includes/session.php';
require_once WT_ROOT.'includes/functions/functions_print_lists.php';
-$controller=new WT_Controller_Page();
+$controller = new WT_Controller_Page();
$controller->setPageTitle(WT_I18N::translate('Anniversary calendar'));
$controller->pageHeader();