[geeklog-cvs] tools: Add a \n after the closing ?>

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Oct 11 13:20:28 EDT 2009


changeset 43:d70dcf7ba266
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/tools/rev/d70dcf7ba266
user: Dirk Haun <dirk at haun-online.de>
date: Sun Oct 11 19:15:09 2009 +0200
description:
Add a \n after the closing ?>

diffstat:

 lm/lm.php |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (11 lines):

diff -r e2a772170569 -r d70dcf7ba266 lm/lm.php
--- a/lm/lm.php	Sun Aug 30 19:25:20 2009 +0200
+++ b/lm/lm.php	Sun Oct 11 19:15:09 2009 +0200
@@ -391,6 +391,6 @@
     require_once $incpath . $module . '.inc';
 }
 
-echo "\n?>";
+echo "\n?>\n";
 
 ?>



More information about the geeklog-cvs mailing list