[foundation-web] Include a space between method="post" and onsubmit=



commit 8250547bf08dc0ba4ed6649efc60d474eebaa66f
Author: Tobias Mueller <tobiasmue gnome org>
Date:   Sat Jun 6 16:31:25 2009 +0200

    Include a space between method="post" and onsubmit=
---
 foundation.gnome.org/vote/vote.wml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/foundation.gnome.org/vote/vote.wml b/foundation.gnome.org/vote/vote.wml
index 742241e..89a9a6f 100644
--- a/foundation.gnome.org/vote/vote.wml
+++ b/foundation.gnome.org/vote/vote.wml
@@ -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";
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]