fix sticker

This commit is contained in:
Florian HENRY 2021-01-05 15:25:47 +01:00
parent a2a45c6aa0
commit f953ff0334

View File

@ -6973,7 +6973,7 @@ abstract class CommonObject
if (!empty($conf->global->MAIN_EXTRAFIELDS_USE_TWO_COLUMS) && (($e % 2) == 1)) {
$out .= ($display_type=='card' ? '</tr>' : '</div>');
} else {
} else {
$out .= ($display_type=='card' ? '</tr>' : '</div>');
}
$e++;