From 5a715bb4ea3ea745141feafff652a42578268f5f Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 22 Feb 2012 16:26:01 +0800 Subject: [PATCH] Fix: add possibility to defined a different icon with css --- htdocs/core/class/html.form.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index cd105ecc066..f8557ac744f 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -86,7 +86,7 @@ class Form if ($perm) { $tmp=explode(':',$typeofdata); - $ret.= '
'; + $ret.= '
'; $ret.= $langs->trans($text); $ret.= '
'."\n"; }