Changeset 337

Show
Ignore:
Timestamp:
2007-05-30 21:39:55 (17 months ago)
Author:
fredck
Message:

Fixed #330 : Updated with the latest FCKreleaser ([336]), which makes consistence usage of line breaks.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_dev/releaser/fckreleaser.php

    r227 r337  
    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