diff --git a/htdocs/admin/modules.php b/htdocs/admin/modules.php index 69da6d7fbb7..85e46b32333 100644 --- a/htdocs/admin/modules.php +++ b/htdocs/admin/modules.php @@ -504,8 +504,8 @@ if ($mode != 'marketplace') // Help print ''; $text=''; - if ($objMod->getDescLong()) $text.=$objMod->getDesc().'
'.$objMod->getDescLong().'
'; - else $text.=$objMod->getDesc().'
'; + if ($objMod->getDescLong()) $text.='
'.$objMod->getDesc().'

'.$objMod->getDescLong().'
'; + else $text.='
'.$objMod->getDesc().'

'; $textexternal=''; if ($objMod->isCoreOrExternalModule() == 'external')