diff --git a/gan_formatter.php b/gan_formatter.php index 22537a7..c4d1d9a 100644 --- a/gan_formatter.php +++ b/gan_formatter.php @@ -181,7 +181,7 @@ static function minify_javascript(&$root, $indent_string = ' ', $wrap_comment = #return true; #php4e #php5 - include_once('third party/jsminplus.php'); + include_once('third_party/jsminplus.php'); $errors = array(); foreach($root->select('script:not-empty > "~text~"', false, $recursive, true) as $c) { @@ -369,4 +369,4 @@ function format(&$node) { } } -?> \ No newline at end of file +?> diff --git a/third party/jsminplus.php b/third_party/jsminplus.php similarity index 100% rename from third party/jsminplus.php rename to third_party/jsminplus.php