pygtk-web r467 - trunk



Author: rvburke
Date: Thu Jan  8 01:16:16 2009
New Revision: 467
URL: http://svn.gnome.org/viewvc/pygtk-web?rev=467&view=rev

Log:
2009-01-08  Rafael Villar Burke  <pachi rvburke com>

	* head.src, foot.src, feed.py: Fix some XHTML validation issues


Modified:
   trunk/ChangeLog
   trunk/feed.py
   trunk/foot.src
   trunk/head.src

Modified: trunk/feed.py
==============================================================================
--- trunk/feed.py	(original)
+++ trunk/feed.py	Thu Jan  8 01:16:16 2009
@@ -98,9 +98,9 @@
 
 src_item_template = r"""
 <div class="news">
-<h4><a name="#%(anchor)s">%(title)s</a></h4>
+<h4><a name="%(anchor)s">%(title)s</a></h4>
 <h5>%(pubDate)s by %(author)s</h5>
-<p>%(description)s</p>
+<div>%(description)s</div>
 </div>
 """
 

Modified: trunk/foot.src
==============================================================================
--- trunk/foot.src	(original)
+++ trunk/foot.src	Thu Jan  8 01:16:16 2009
@@ -1,8 +1,8 @@
     <div id="copyright">
       &copy; 2004-2006 by <a href="http://www.gnome.org/";>The GNOME Project</a> and PyGTK Team
-      <br>
+      <br />
       Last modified 2006-04-07 21:46:21 GMT.
-      <br>
+      <br />
       <a href="http://validator.w3.org/check/referer";>
           <span lang="en-AU" xml:lang="en-AU">Optimised</span></a>
       for <a href="http://www.w3.org/";>standards</a>.

Modified: trunk/head.src
==============================================================================
--- trunk/head.src	(original)
+++ trunk/head.src	Thu Jan  8 01:16:16 2009
@@ -3,9 +3,9 @@
 <html xmlns="http://www.w3.org/1999/xhtml"; lang="en-US" xml:lang="en-US">
 <head>
 <title>PyGTK</title>
-<link rel="icon" type="image/png" href="http://developer.gnome.org/images/gnome-16.png";>
-<link rel="stylesheet" type="text/css" href="default.css">
-<link rel="alternate" type="application/rss+xml" title="PyGTK.org" href="http://www.pygtk.org/news.rss";>
+<link rel="icon" type="image/png" href="http://developer.gnome.org/images/gnome-16.png"; />
+<link rel="stylesheet" type="text/css" href="default.css" />
+<link rel="alternate" type="application/rss+xml" title="PyGTK.org" href="http://www.pygtk.org/news.rss"; />
 <script src="http://www.google-analytics.com/urchin.js"; type="text/javascript">
 </script>
 <script type="text/javascript">
@@ -17,7 +17,7 @@
   <body>
 
     <div id="header">
-      <a href="http://www.pygtk.org/";><img id="logo" src="img/gnome-64.png"></a>
+      <a href="http://www.pygtk.org/";><img id="logo" src="img/gnome-64.png" /></a>
       <div id="headerNavigation">
         <a href="http://www.gnome.org/";>Users</a> &#x00b7;
         <a href="http://developer.gnome.org/";><b>Developers</b></a> &#x00b7;



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