diff --git a/htdocs/ecm/index.php b/htdocs/ecm/index.php
index e8d8101558a..62a2b239d0b 100644
--- a/htdocs/ecm/index.php
+++ b/htdocs/ecm/index.php
@@ -293,11 +293,6 @@ if (GETPOST("action") == 'refreshmanual')
/*******************************************************************
* View
********************************************************************/
-/*
-$morejs=array(
-"/includes/jquery/plugins/layout/jquery.layout-latest.js"
-);
-*/
//print "xx".$_SESSION["dol_screenheight"];
$maxheightwin=(isset($_SESSION["dol_screenheight"]) && $_SESSION["dol_screenheight"] > 500)?($_SESSION["dol_screenheight"]-166):660;
diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index a56759da894..6e510b27348 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -894,7 +894,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
foreach($arrayofjs as $jsfile)
{
if (! preg_match('/^\//',$jsfile)) $jsfile='/'.$jsfile; // For backward compatibility
- print ''."\n";
+ print ''."\n";
}
}