From 5645165f4415a07f6a50d9601bdf59a1cc345697 Mon Sep 17 00:00:00 2001 From: Nik Okuntseff Date: Wed, 9 Mar 2016 14:52:53 -0800 Subject: [PATCH] Removed PHP closing tag Remoived the tag to avoid potential problems with trailing white space when users modify config.php --- WEB-INF/config.php.dist | 1 - WEB-INF/templates/footer.tpl | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/WEB-INF/config.php.dist b/WEB-INF/config.php.dist index 3ab23578..95efb4e8 100644 --- a/WEB-INF/config.php.dist +++ b/WEB-INF/config.php.dist @@ -203,4 +203,3 @@ define('AUTH_MODULE', 'db'); // 'member_of' => array()); // List of groups, membership in which is required for user to be authenticated. // define('AUTH_DEBUG', false); // Note: enabling AUTH_DEBUG breaks redirects as debug output is printed before setting redirect header. Do not enable on production systems. -?> \ No newline at end of file diff --git a/WEB-INF/templates/footer.tpl b/WEB-INF/templates/footer.tpl index 1de7fc6f..a35a6597 100644 --- a/WEB-INF/templates/footer.tpl +++ b/WEB-INF/templates/footer.tpl @@ -12,7 +12,7 @@
-
 Anuko Time Tracker 1.9.13.3396 | Copyright © Anuko | +  Anuko Time Tracker 1.9.13.3397 | Copyright © Anuko | {$i18n.footer.credits} | {$i18n.footer.license} | {$i18n.footer.improve} -- 2.20.1