From 355168527d5602ff0c19c70576327731fed5c8ee Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sat, 13 Apr 2013 18:41:43 +0200 Subject: [PATCH] Look: Optimize for smartphone --- htdocs/core/class/html.formfile.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.formfile.class.php b/htdocs/core/class/html.formfile.class.php index 81a04269604..71541ab4a5d 100644 --- a/htdocs/core/class/html.formfile.class.php +++ b/htdocs/core/class/html.formfile.class.php @@ -396,7 +396,7 @@ class FormFile if (! empty($modellist)) { $out.= ''; - $out.= $langs->trans('Model').' '; + $out.= ''.$langs->trans('Model').' '; if (is_array($modellist) && count($modellist) == 1) // If there is only one element { $arraykeys=array_keys($modellist);