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

Many fixes:

  • \r\n will always be used for the compressed files generation.
  • applied changes that were wrongly done exclusively on FCKrelease with [226].
  • typos and small layout fixes.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • FCKpackager/trunk/web/javascriptcompressor.php

    r156 r335  
    22<?php 
    33 
    4 require_once( '../includes/fckcontantprocessor.inc' ) ; 
    5 require_once( '../includes/fckjavascriptcompressor.inc' ) ; 
     4require_once( '../_source/includes/fckcontantprocessor.inc' ) ; 
     5require_once( '../_source/includes/fckjavascriptcompressor.inc' ) ; 
    66 
    77if ( isset( $_POST['xInputScript'] ) )