Changeset 337
- Timestamp:
- 2007-05-30 21:39:55 (17 months ago)
- Files:
-
- 1 modified
-
FCKeditor/trunk/_dev/releaser/fckreleaser.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/_dev/releaser/fckreleaser.php
r227 r337 1 #!/usr/bin/php -q1 #!/usr/bin/php -q 2 2 <?php 3 3 /* … … 768 768 769 769 // Each file terminates with a CRLF, even if compressed. 770 $outputData .= "\ n" ;770 $outputData .= "\r\n" ; 771 771 } 772 772