[foundation-web] We had a duplicate div id content declaration, remove it



commit 9cf47a2f8c491d0735379e8cd81b2a4f638cabad
Author: Andrea Veri <av gnome org>
Date:   Mon May 26 19:05:42 2014 +0200

    We had a duplicate div id content declaration, remove it

 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 a1056f6..2cd6778 100644
--- a/foundation.gnome.org/vote/vote.wml
+++ b/foundation.gnome.org/vote/vote.wml
@@ -207,7 +207,6 @@ function submitPreferences() {
 ?>
   </head>
   <body>
-  <div id="content">
 <?php
  }
 ?>
@@ -217,6 +216,7 @@ function submitPreferences() {
 
 
 if (isset ($election) && $election !== FALSE) {
+  echo "<div id=\"content\">";
   echo "<h1>".htmlspecialchars($election["name"])."</h1>\n";
 }
 


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