- Timestamp:
- 2007-05-30 21:38:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
FCKreleaser/trunk/_source/includes/fckpackager/fckpackagefile.inc
r159 r336 1 <?php1 <?php 2 2 /* 3 3 * FCKpackager - JavaScript Packager and Compressor - http://www.fckeditor.net … … 88 88 89 89 // Each file terminates with a CRLF, even if compressed. 90 $outputData .= "\ n" ;90 $outputData .= "\r\n" ; 91 91 } 92 92