From 0a8ae2934dba71e3ea064b8ea8e79d5c5c5fbae1 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 6 Aug 2012 20:41:17 +0200 Subject: [PATCH] Fix: remove unused file and missing print --- .../plugins/fileupload/cors/result.html | 20 ------------------- htdocs/main.inc.php | 4 ++-- 2 files changed, 2 insertions(+), 22 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 d6a252f0ba1..4bf6279b2e5 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -981,8 +981,8 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print ''."\n"; print ''."\n"; print ''."\n"; - print ''."\n"; - ''."\n"; + print ''."\n"; + print ''."\n"; } // jQuery DataTables if (! empty($conf->global->MAIN_USE_JQUERY_DATATABLES))