From ebe4867ab12a67271c9195b5a8a6211cc0c35312 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 29 Nov 2015 01:23:41 +0100 Subject: [PATCH] Remove useless information tomake screen lighter --- htdocs/core/class/html.formfile.class.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 7664f5717f8..c539efa5a9b 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -178,12 +178,12 @@ class FormFile $out .= '
'; $out .= '
'; - $out .= ' '; - $out .= ''; + if (! empty($conf->global->OPTIMIZEFORTEXTBROWSER)) $out .= ' '; + $out .= ''; $out .= '
'; $out .= '
'; - $out .= ' '; - $out .= ''; + if (! empty($conf->global->OPTIMIZEFORTEXTBROWSER)) $out .= ' '; + $out .= ''; $out .= ''; $out .= ''; $out .= '
';