[foundation-web] Remove div id content from step2, it gets included on vote.wml already
- From: Andrea Veri <av src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [foundation-web] Remove div id content from step2, it gets included on vote.wml already
- Date: Mon, 26 May 2014 17:07:24 +0000 (UTC)
commit 811e36754786ffeb1a56ae530f579dea25469f39
Author: Andrea Veri <av gnome org>
Date: Mon May 26 19:07:20 2014 +0200
Remove div id content from step2, it gets included on vote.wml already
foundation.gnome.org/vote/include/step2-choose.php | 6 +-----
1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/foundation.gnome.org/vote/include/step2-choose.php
b/foundation.gnome.org/vote/include/step2-choose.php
index 5a514fe..de42d76 100644
--- a/foundation.gnome.org/vote/include/step2-choose.php
+++ b/foundation.gnome.org/vote/include/step2-choose.php
@@ -6,9 +6,7 @@ function step2_do () {
global $vote;
global $votes_array;
- $result = "<div id=\"content\">\n";
-
- $result .= "<h2>Step 2/4 - Choose your vote</h2>\n";
+ $result = "<h2>Step 2/4 - Choose your vote</h2>\n";
$result .= "<p>Choose your candidates in the order of your preference by ";
$result .= "clicking on them. Don't worry, if you click on someone by mistake ";
@@ -36,8 +34,6 @@ function step2_do () {
$result .= "<ol id=\"preferences\">\n";
$result .= "</ol>\n";
- $result .= "</div>\n";
-
return $result;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]