From f6a4277525271172a6403061c01df89f130080f9 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 6 Aug 2012 20:38:03 +0200 Subject: [PATCH] Fix: remove unused file and missing print --- .../plugins/fileupload/cors/result.html | 20 ------------------- htdocs/main.inc.php | 2 +- 2 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 htdocs/includes/jquery/plugins/fileupload/cors/result.html diff --git a/htdocs/includes/jquery/plugins/fileupload/cors/result.html b/htdocs/includes/jquery/plugins/fileupload/cors/result.html deleted file mode 100644 index 7c98026846f..00000000000 --- a/htdocs/includes/jquery/plugins/fileupload/cors/result.html +++ /dev/null @@ -1,20 +0,0 @@ - - - - - -jQuery Iframe Transport Plugin Redirect Page - - - \ No newline at end of file diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index f26d9481dfc..e45040779c4 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1006,7 +1006,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print ''."\n"; print ''."\n"; print ''."\n"; - ''."\n"; + print ''."\n"; } // jQuery DataTables if (! empty($conf->global->MAIN_USE_JQUERY_DATATABLES))