Changeset 3564

Show
Ignore:
Timestamp:
06/06/06 15:59:04 (2 years ago)
Author:
torben
Message:

added missing \n to the generated output

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/support/autoconf.php

    r2953 r3564  
    199199echo "<?php\n"; 
    200200echo $GLOBALS['configfile']; 
    201 echo "?>";  
     201echo "?>\n";  
    202202?> 
    203203----------------------------------------------------------------------------