From: Nik Okuntseff Date: Wed, 9 Mar 2016 22:52:53 +0000 (-0800) Subject: Removed PHP closing tag X-Git-Tag: timetracker_1.19-1~1837 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=5645165f4415a07f6a50d9601bdf59a1cc345697;p=timetracker.git Removed PHP closing tag Remoived the tag to avoid potential problems with trailing white space when users modify config.php --- 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}