diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index b70820463b0..32f3b6d999d 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -2978,12 +2978,13 @@ class Form // Show JQuery confirm box. Note that global var $useglobalvars is used inside this template $formconfirm.= ''; + $formconfirm.= ''."\n"; - $formconfirm.= ''; + $formconfirm.= "\n"; } else { $formconfirm.= "\n\n"; $formconfirm.= '
'."\n"; - $formconfirm.= ''; + $formconfirm.= ''."\n"; $formconfirm.= ''."\n"; $formconfirm.= ''."\n"; diff --git a/htdocs/product/card.php b/htdocs/product/card.php index 4b3c0a4cd48..9ff2d6b08a3 100644 --- a/htdocs/product/card.php +++ b/htdocs/product/card.php @@ -1547,7 +1547,9 @@ else } // Note - print ''; + print ' '."\n"; + print ''."\n"; + print ' '."\n"; print "
'.$langs->trans("Note").''.(dol_textishtml($object->note)?$object->note:dol_nl2br($object->note,1,true)).'
'.$langs->trans("Note").''.(dol_textishtml($object->note)?$object->note:dol_nl2br($object->note,1,true)).'
\n";