From 9498cdf2a7bf27761ddd7929ec29892a7d89afeb Mon Sep 17 00:00:00 2001 From: Marc Quinton Date: Tue, 5 Feb 2013 07:52:27 +0100 Subject: [PATCH] ... --- extra/js-beautify | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/js-beautify b/extra/js-beautify index 53b0693..3c168f5 100644 --- a/extra/js-beautify +++ b/extra/js-beautify @@ -1633,7 +1633,7 @@ if(!$file) exit(0); $jsbeautifier = new JSBeautifier(); $result = $jsbeautifier->beautify(file_get_contents($file), $opts); -print_r($result); +echo $result; ?>