[foundation-web] Add the missing <div id="content"> tags



commit 6b3e2c51d8e00e2d6c3f67c4179d6936bf219ea7
Author: Andrea Veri <av gnome org>
Date:   Fri Mar 28 18:31:29 2014 +0100

    Add the missing <div id="content"> tags

 foundation.gnome.org/vote/overview.wml |    1 +
 foundation.gnome.org/vote/results.wml  |    2 +-
 foundation.gnome.org/vote/votes.wml    |    1 -
 3 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/foundation.gnome.org/vote/overview.wml b/foundation.gnome.org/vote/overview.wml
index 8177509..9aa9a9e 100644
--- a/foundation.gnome.org/vote/overview.wml
+++ b/foundation.gnome.org/vote/overview.wml
@@ -10,6 +10,7 @@
 
   <body>
 
+    <div id="content">
     <h1>Elections: Overview of the Board of Directors</h1>
 
     <h2>GNOME Foundation Overview</h2>
diff --git a/foundation.gnome.org/vote/results.wml b/foundation.gnome.org/vote/results.wml
index ac5ad5e..50fc37e 100644
--- a/foundation.gnome.org/vote/results.wml
+++ b/foundation.gnome.org/vote/results.wml
@@ -2,13 +2,13 @@
 <html>
 
   <head>
-    <link rel="stylesheet" type="text/css" href="vote.css" />
     <title>The GNOME Foundation - Votes</title>
     <meta name="cvsdate" content="$Date$" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
   </head>
 
   <body>
+  <div id="content">
 <?php
 require_once ("include/election-sql.php");
 
diff --git a/foundation.gnome.org/vote/votes.wml b/foundation.gnome.org/vote/votes.wml
index 4107726..1b738f4 100644
--- a/foundation.gnome.org/vote/votes.wml
+++ b/foundation.gnome.org/vote/votes.wml
@@ -2,7 +2,6 @@
 <html>
 
   <head>
-    <link rel="stylesheet" type="text/css" href="vote.css" />
     <title>The GNOME Foundation - Votes</title>
     <meta name="cvsdate" content="$Date$" />
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />


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