From b2dadbfc7f0fc86c6d04889c4b72f186cd299fdc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 10 Jun 2023 16:06:35 +0200 Subject: [PATCH] Debug v18 --- htdocs/theme/custom.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/custom.css.php b/htdocs/theme/custom.css.php index 8caf1696f2f..a26d0a1e1bb 100644 --- a/htdocs/theme/custom.css.php +++ b/htdocs/theme/custom.css.php @@ -31,5 +31,5 @@ if (empty($dolibarr_nocache)) { } -print '// Here, the content of the common custom CSS defined into Home - Setup - Display - CSS'."\n"; +print '/* Here, the content of the common custom CSS defined into Home - Setup - Display - CSS'."*/\n"; print getDolGlobalString('MAIN_IHM_CUSTOM_CSS');