From a5f26171663f6ca302d36ccaf15218603c997ec2 Mon Sep 17 00:00:00 2001 From: phf Date: Mon, 25 May 2015 15:52:41 +0200 Subject: [PATCH 1/2] FIX : "script" balise with wrong syntax --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 63a7d834fc3..cf5c8f78744 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1184,7 +1184,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs if (! empty($conf->global->MAIN_USE_JQUERY_MULTISELECT) || defined('REQUIRE_JQUERY_MULTISELECT')) // jQuery plugin "mutiselect", "multiple-select", "select2"... { $tmpplugin=empty($conf->global->MAIN_USE_JQUERY_MULTISELECT)?constant('REQUIRE_JQUERY_MULTISELECT'):$conf->global->MAIN_USE_JQUERY_MULTISELECT; - print ''."\n"; } // jQuery jMobile if (! empty($conf->global->MAIN_USE_JQUERY_JMOBILE) || defined('REQUIRE_JQUERY_JMOBILE') || (! empty($conf->dol_use_jmobile) && $conf->dol_use_jmobile > 0)) From 33ad86261afee424a174aec6048951ced02e2147 Mon Sep 17 00:00:00 2001 From: phf Date: Mon, 25 May 2015 16:42:51 +0200 Subject: [PATCH 2/2] FIX : width multiselect --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 794661776f7..40d9c7ced83 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -4157,7 +4157,7 @@ class Form $out=' ';