diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index e6a6a077cf8..61558434105 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -7129,8 +7129,8 @@ class Form // Left part of banner if ($morehtmlleft) { - if ($conf->browser->layout == 'phone') $ret.='
'.$morehtmlleft.'
'; // class="center" to have photo in middle - else $ret.='
'.$morehtmlleft.'
'; + if ($conf->browser->layout == 'phone') $ret.='
'.$morehtmlleft.'
'; // class="center" to have photo in middle + else $ret.='
'.$morehtmlleft.'
'; } //if ($conf->browser->layout == 'phone') $ret.='
';