From 7e171c8750c404f9d006fef9d1abf8c57707dfcd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 15 Feb 2019 00:46:11 +0100 Subject: [PATCH] FIX adding css by page if url is externam Conflicts: htdocs/main.inc.php --- htdocs/main.inc.php | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index ec4f894e4e1..111b9b24ab2 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -1306,7 +1306,15 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs { foreach($arrayofcss as $cssfile) { - print ''."\n".''."\n";