[foundation-web] Revert the previous commits as div id content gets created twice



commit 5eba2c8441e647d4bf2f61ff9665d26140fde3ab
Author: Andrea Veri <av gnome org>
Date:   Mon May 26 19:03:12 2014 +0200

    Revert the previous commits as div id content gets created twice

 foundation.gnome.org/vote/vote.wml |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/foundation.gnome.org/vote/vote.wml b/foundation.gnome.org/vote/vote.wml
index 0bf0757..a1056f6 100644
--- a/foundation.gnome.org/vote/vote.wml
+++ b/foundation.gnome.org/vote/vote.wml
@@ -217,9 +217,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]