Include a space between method="post" and onsubmit=

This commit is contained in:
Tobias Mueller 2009-06-06 16:31:25 +02:00
parent b2727e6e9b
commit 8250547bf0

View file

@ -261,7 +261,7 @@ if (isset ($error) && $error != "") {
if ($step != $max_step && $step >= 1) {
echo "<form action=\"".htmlspecialchars($_SERVER['PHP_SELF'], ENT_QUOTES)."\" method=\"post\"";
if ($step == 2) {
echo "onsubmit=\"submitPreferences()\"";
echo " onsubmit=\"submitPreferences()\"";
}
echo ">\n";
}