diff --git a/html/ops/export_credit_by_app.php b/html/ops/export_credit_by_app.php index a3baa4b801..a5e4be37bf 100755 --- a/html/ops/export_credit_by_app.php +++ b/html/ops/export_credit_by_app.php @@ -51,12 +51,12 @@ function export_item($item, $is_user, $f) { " $njobs\n". " $total\n". " $average\n". - " \n" + " \n" ); } } - fprintf($f, $is_user?"\n":"\n"); + fprintf($f, $is_user?"\n":"\n"); } function export($is_user, $dir) {