From 0f87181c2a545b3e8ba2bb1f24651ac253aa0fea Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 19 Mar 2012 22:02:22 +0100 Subject: [PATCH] Add log info --- htdocs/main.inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 0bfda0b15eb..e382d0200fb 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -871,13 +871,13 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs // CSS forced by modules (relative url starting with /) if (is_array($conf->css_modules)) { - foreach($conf->css_modules as $cssfile) + foreach($conf->css_modules as $key => $cssfile) { // cssfile is an absolute path print ''."\n"; + print '">'."\n"; } } // CSS forced by page in top_htmlhead call (relative url starting with /) @@ -888,7 +888,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print ''."\n"; + print '">'."\n"; } }