Changeset 336 for FCKreleaser/trunk
- Timestamp:
- 2007-05-30 21:38:20 (20 months ago)
- Location:
- FCKreleaser/trunk
- Files:
-
- 2 modified
-
fckreleaser.php (modified) (1 diff)
-
_source/includes/fckpackager/fckpackagefile.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKreleaser/trunk/fckreleaser.php
r226 r336 768 768 769 769 // Each file terminates with a CRLF, even if compressed. 770 $outputData .= "\ n" ;770 $outputData .= "\r\n" ; 771 771 } 772 772 -
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