diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index ee811e3b81a..c68f14a4896 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -3658,6 +3658,8 @@ abstract class CommonObject $reshook = $hookmanager->executeHooks('printObjectLineTitle', $parameters, $this, $action); // Note that $action and $object may have been modified by some hooks if (empty($reshook)) { + print "\n"; + print ''; if (! empty($conf->global->MAIN_VIEW_LINE_NUMBER)) print ' '; @@ -3735,11 +3737,13 @@ abstract class CommonObject } print "\n"; + print "\n"; } $var = true; $i = 0; - + + print "\n"; foreach ($this->lines as $line) { //Line extrafield @@ -3767,6 +3771,7 @@ abstract class CommonObject $i++; } + print "\n"; } /**