diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php
index 9057ae085bd..dabfd81fac5 100644
--- a/htdocs/main.inc.php
+++ b/htdocs/main.inc.php
@@ -927,10 +927,10 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
foreach($filescss as $cssfile)
{
// cssfile is a relative path
- print ''."\n";
+ print '">'."\n";
}
}
}
@@ -939,10 +939,10 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
{
foreach($arrayofcss as $cssfile)
{
- print ''."\n";
+ print '">'."\n";
}
}
@@ -1087,7 +1087,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
foreach($filesjs as $jsfile)
{
// jsfile is a relative path
- print ''."\n";
+ print ''."\n".''."\n";
}
}
}