diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index ed3c68290..d48730647 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -109,8 +109,6 @@ class e_form parse_str($options,$options); - $target = str_replace("&", "&", $target); - if(vartrue($options['class'])) { $class = "class='".$options['class']."'"; @@ -125,11 +123,11 @@ class e_form $autoComplete = " autocomplete='".($options['autocomplete'] ? 'on' : 'off')."'"; } - $text = "\n