Show
Ignore:
Timestamp:
2007-05-30 21:38:20 (15 months ago)
Author:
fredck
Message:

Updated with the latest FCKpackager changes [335].

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKreleaser/trunk/_source/includes/fckpackager/fckpackagefile.inc

    r159 r336  
    1 <?php 
     1<?php 
    22/* 
    33 * FCKpackager - JavaScript Packager and Compressor - http://www.fckeditor.net 
     
    8888 
    8989                        // Each file terminates with a CRLF, even if compressed. 
    90                         $outputData .= "\n" ; 
     90                        $outputData .= "\r\n" ; 
    9191                } 
    9292