[foundation-web] Close the div id content before sed adds the footer



commit 587c95be9260e1f1cd7e0856caa031afdd85037f
Author: Andrea Veri <av gnome org>
Date:   Mon May 26 19:15:08 2014 +0200

    Close the div id content before sed adds the footer

 foundation.gnome.org/vote/include/step2-choose.php |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/foundation.gnome.org/vote/include/step2-choose.php 
b/foundation.gnome.org/vote/include/step2-choose.php
index de42d76..e410c55 100644
--- a/foundation.gnome.org/vote/include/step2-choose.php
+++ b/foundation.gnome.org/vote/include/step2-choose.php
@@ -33,6 +33,7 @@ function step2_do () {
   $result .= "<h3>Preferences</h3>\n";
   $result .= "<ol id=\"preferences\">\n";
   $result .= "</ol>\n";
+  $result .= "</div>\n";
 
   return $result;
 }


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