From 0e38914a69726d715f8337caf5598ba5cce41e12 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 19 Mar 2011 10:37:50 +0000 Subject: [PATCH] Fix: code iso in second position --- 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 1cc364de2c7..388d3602d7c 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -2363,8 +2363,8 @@ class Form } else { $out.= ''; } }