Show
Ignore:
Timestamp:
2007-06-03 23:57:27 (15 months ago)
Author:
fredck
Message:

Merged trunk r220:359 (except [302], [306], [308] and [358]) into branches/versions/2.4.x. Final commit for the pre-release of version 2.4.3 for public testing.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/branches/versions/2.4.x/_dev/releaser/fckreleaser.php

    r239 r361  
    1 #!/usr/bin/php -q 
     1#!/usr/bin/php -q 
    22<?php 
    33/* 
     
    768768 
    769769                        // Each file terminates with a CRLF, even if compressed. 
    770                         $outputData .= "\n" ; 
     770                        $outputData .= "\r\n" ; 
    771771                } 
    772772