From a98985bf378d33cc2bad30bd204ec48d23026b88 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 28 Aug 2015 20:17:36 +0200 Subject: [PATCH] Fix align --- htdocs/admin/modules.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 86cfae1d606..398dd8036fb 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -469,11 +469,11 @@ if ($mode != 'marketplace') } else if (preg_match('/^([^@]+)@([^@]+)$/i',$objMod->config_page_url,$regs)) { - print ''.img_picto($langs->trans("Setup"),"setup").''; + print ''.img_picto($langs->trans("Setup"),"setup").''; } else { - print ''.img_picto($langs->trans("Setup"),"setup").''; + print ''.img_picto($langs->trans("Setup"),"setup").''; } } else @@ -500,7 +500,8 @@ if ($mode != 'marketplace') print img_picto($langs->trans("Disabled"),'switch_off'); print "\n"; } - print "\n  "; + print "\n"; + print " "; } print "\n";