mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 05:07:27 +02:00
Minor syntax clean-up in form open method
This commit is contained in:
@@ -8,9 +8,6 @@
|
|||||||
*
|
*
|
||||||
* Form Handler
|
* Form Handler
|
||||||
*
|
*
|
||||||
* $URL$
|
|
||||||
* $Id$
|
|
||||||
*
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (!defined('e107_INIT')) { exit; }
|
if (!defined('e107_INIT')) { exit; }
|
||||||
@@ -142,7 +139,7 @@ class e_form
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$target = str_replace("&", "&", $target);
|
$target = str_replace("&", "&", $target);
|
||||||
$text = "\n<form {$class} action='{$target}' id='".$this->name2id($name)."' method = '{$method}'{$autoComplete}>\n";
|
$text = "\n<form {$class} action='{$target}' id='".$this->name2id($name)."' method='{$method}'{$autoComplete}>\n";
|
||||||
}
|
}
|
||||||
return $text;
|
return $text;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user