[foundation-web] Close the div right after echoing the title



commit 1c42011026fd2c7dedb0e8a80484e974a54ff765
Author: Andrea Veri <av gnome org>
Date:   Mon May 26 19:01:53 2014 +0200

    Close the div right after echoing the title

 foundation.gnome.org/vote/vote.wml |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/foundation.gnome.org/vote/vote.wml b/foundation.gnome.org/vote/vote.wml
index 0bbeac1..0bf0757 100644
--- a/foundation.gnome.org/vote/vote.wml
+++ b/foundation.gnome.org/vote/vote.wml
@@ -219,6 +219,7 @@ function submitPreferences() {
 if (isset ($election) && $election !== FALSE) {
   echo "<div id=\"content\">\n";
   echo "<h1>".htmlspecialchars($election["name"])."</h1>\n";
+  echo "<div>\n";
 }
 
 if ($step >= 2) {


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