[gimp-web] Bug 643117 - www.gimp.org/downloads/ is not valid XHTML and renders incorrectly in IE7



commit 631b4c6eff5bdbed20fa8692547800ba0d9dfcbc
Author: Michael Schumacher <schumaml gmx de>
Date:   Sat Apr 2 22:42:53 2011 +0200

    Bug 643117 - www.gimp.org/downloads/ is not valid XHTML and renders incorrectly in IE7
    
    This should fix the validation errors; not sure if anything changes for IE7 once it encounters valid XHTML.

 downloads/index.htrw   |    4 +---
 downloads/source.xhtml |    4 ++--
 2 files changed, 3 insertions(+), 5 deletions(-)
---
diff --git a/downloads/index.htrw b/downloads/index.htrw
index a33e5a5..082a1b1 100644
--- a/downloads/index.htrw
+++ b/downloads/index.htrw
@@ -6,14 +6,12 @@ $(document).ready(function() {
 	renderDownload();
 });
 </script>
-<noscript>
-</noscript>
 <!--#include virtual="/includes/wgo-page-init.xhtml" -->
 
 <div class="splash">
 <img alt="#" id="splashbg"
 src="downloadsplash.jpg" />
-<img id="fadesplash" src="/images/fade.png" />
+<img alt="#" id="fadesplash" src="/images/fade.png" />
 </div>
 
 <h1>Downloads</h1>
diff --git a/downloads/source.xhtml b/downloads/source.xhtml
index 3c6013c..2306256 100755
--- a/downloads/source.xhtml
+++ b/downloads/source.xhtml
@@ -12,7 +12,8 @@
 	</p>
 
 	<p>To allow you to check the integrity of the tarballs, here are the
-	MD5 sums of the latest releases:
+	MD5 sums of the latest releases:</p>
+
 	<table>
 	<tr>
 		<th>File</th>
@@ -67,7 +68,6 @@
 		<td><kbd>bb2939fe13e54fc7255cef5d097bb5dd</kbd></td>
 	</tr>
 	</table>
-	</p>
 
 	<p>GAP (the GIMP Animation Package) for GIMP 2.6 and above is available at
 	<a href="ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap";>ftp://ftp.gimp.org/pub/gimp/plug-ins/v2.6/gap</a>.



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