[foundation-web] Include the content under div id content



commit 10221bb61b344c230828bdf4ef1469f914bb9516
Author: Andrea Veri <av gnome org>
Date:   Mon May 26 18:42:37 2014 +0200

    Include the content under div id content

 foundation.gnome.org/vote/include/step2-choose.php |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/foundation.gnome.org/vote/include/step2-choose.php 
b/foundation.gnome.org/vote/include/step2-choose.php
index 27af8fb..6adfb69 100644
--- a/foundation.gnome.org/vote/include/step2-choose.php
+++ b/foundation.gnome.org/vote/include/step2-choose.php
@@ -6,7 +6,9 @@ function step2_do () {
   global $vote;
   global $votes_array;
 
-  $result = "<h2>Step 2/4 - Choose your vote</h2>\n";
+  $result = "<div id='content'>"
+
+  $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 ";


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