Show
Ignore:
Timestamp:
2007-05-30 21:36:32 (20 months ago)
Author:
fredck
Message:

Many fixes:

  • \r\n will always be used for the compressed files generation.
  • applied changes that were wrongly done exclusively on FCKrelease with [226].
  • typos and small layout fixes.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKpackager/trunk/_source/includes/fckpackagefile.inc

    r156 r335  
    8888 
    8989                        // Each file terminates with a CRLF, even if compressed. 
    90                         $outputData .= "\n" ; 
     90                        $outputData .= "\r\n" ; 
    9191                } 
    9292