[foundation-web] Include a space between method="post" and onsubmit=
- From: Tobias Mueller <tobiasmue src gnome org>
- To: svn-commits-list gnome org
- Subject: [foundation-web] Include a space between method="post" and onsubmit=
- Date: Sat, 6 Jun 2009 10:36:59 -0400 (EDT)
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]