From 5d4c00edb4869fb1bec3ef55dda036f6387786f8 Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Thu, 11 Feb 2021 16:24:38 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/modulebuilder/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/modulebuilder/index.php b/htdocs/modulebuilder/index.php index 2a5fb727239..d13723512ab 100644 --- a/htdocs/modulebuilder/index.php +++ b/htdocs/modulebuilder/index.php @@ -1712,7 +1712,7 @@ if (is_array($listofmodules) && count($listofmodules) > 0) { $linktoenabledisable .= '   '.img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"').''; } else { //Case standard admin page - $urltouse = dol_buildpath(DOL_URL_ROOT.'/admin/'.$urlpage,1); + $urltouse = dol_buildpath(DOL_URL_ROOT.'/admin/'.$urlpage, 1); $linktoenabledisable .= '   '.img_picto($langs->trans("Setup"), "setup", 'style="padding-right: 6px"').''; } }