[glade-web] Fixed html



commit 98fbf3f7b79aef28e8e6e62e98bceccc0b5dc26e
Author: Juan Pablo Ugarte <juanpablougarte gmail com>
Date:   Mon Nov 18 14:44:14 2013 -0300

    Fixed html

 head.src     |    5 +++--
 newsitems.py |    2 +-
 2 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/head.src b/head.src
index 2d24263..c213d79 100644
--- a/head.src
+++ b/head.src
@@ -30,8 +30,9 @@
         </ul>
         <h1>User Survey</h1>
          <ul>
-           <li><a href="registration.html">Take survey now!</a>
-           <li>Results not available yet
+           <li><a href="registration.html">Take survey now!</a></li>
+           <li>Results not available yet</li>
+         </ul>
         <h1>Documentation</h1>
           <ul>
             <li><a href="http://live.gnome.org/Glade/Tutorials";>Tutorials</a></li>
diff --git a/newsitems.py b/newsitems.py
index 4915391..123283d 100644
--- a/newsitems.py
+++ b/newsitems.py
@@ -14,7 +14,7 @@ item = lambda *x: items.append(x)
 #      "INSERT AUTHOR HERE")
 
 # http://news.gmane.org/gmane.comp.gnome.gtk%2B.python/
-item("""Glade User Survey goes live""", (2013, 11, 16),
+item("""Glade User Survey goes live""", (2013, 11, 18),
      """
     <p>We are conducting a survey to better know our user base</p>
     <p>So please take a few minutes to <a href="registration.html">complete it</a> we appreciate it.</p>


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