Add a \n after the closing ?> HEAD
authorDirk Haun <dirk@haun-online.de>
Sun Oct 11 19:15:09 2009 +0200 (5 months ago)
branchHEAD
changeset 43d70dcf7ba266
parent 42e2a772170569
child 44ca95b928d283
Add a \n after the closing ?>
lm/lm.php
     1.1 --- a/lm/lm.php	Sun Aug 30 19:25:20 2009 +0200
     1.2 +++ b/lm/lm.php	Sun Oct 11 19:15:09 2009 +0200
     1.3 @@ -391,6 +391,6 @@
     1.4      require_once $incpath . $module . '.inc';
     1.5  }
     1.6  
     1.7 -echo "\n?>";
     1.8 +echo "\n?>\n";
     1.9  
    1.10  ?>