[gimp-web] Make valid, and make sure the image captions are still displayed properly



commit d17e17f2b581ac00fa8181775a84a01e1f89f319
Author: Michael Schumacher <schumaml gmx de>
Date:   Sat Apr 20 15:30:15 2013 +0200

    Make valid, and make sure the image captions are still displayed properly

 about/splash/stable.htrw | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/about/splash/stable.htrw b/about/splash/stable.htrw
index 4d3c307..7c2cc48 100644
--- a/about/splash/stable.htrw
+++ b/about/splash/stable.htrw
@@ -16,7 +16,7 @@
                                        background:     "url('" + img + "') center no-repeat"
                                });
                                this.src = "/images/spacer.png";
-                               $(this).parent().append(("<p>" + $(this).parent().attr("title"))+ "</p>\n");
+                               $(this).parent().append(("<p>" + $(this).parent().attr("title").replace(" - 
", "<br/>")) + "</p>\n");
                        });
        });
        //-->
@@ -26,17 +26,17 @@
 <h1>Stable Version Splash History</h1>
 
 <div class="splashes">
-<a href="images/gimp1_1_splash.png" title="GIMP 1.0 Author: Jens Lautenbacher"><img alt="#"  
id="gimp1_1_splash" src="images/gimp1_1_splash.png" width="128" height="128" /></a>
+<a href="images/gimp1_1_splash.png" title="GIMP 1.0 - Author: Jens Lautenbacher"><img alt="#"  
id="gimp1_1_splash" src="images/gimp1_1_splash.png" width="128" height="128" /></a>
 
-<a href="images/gimp_splash.1.11.png"  title="GIMP 1.2 Author: Tuomas Kuosmanen"><img alt="#"  
id="gimp_splash.1.11" src="images/gimp_splash.1.11.png" width="128" height="128" /></a>
+<a href="images/gimp_splash.1.11.png"  title="GIMP 1.2 - Author: Tuomas Kuosmanen"><img alt="#"  
id="gimp_splash.1.11" src="images/gimp_splash.1.11.png" width="128" height="128" /></a>
 
-<a href="images/gimp_splashpng.1.19.png"  title="GIMP 2.0 Author: Jakub Steiner"><img alt="#"  
id="gimp_splashpng.1.19" src="images/gimp_splashpng.1.19.png" width="128" height="128" /></a>
+<a href="images/gimp_splashpng.1.19.png"  title="GIMP 2.0 - Author: Jakub Steiner"><img alt="#"  
id="gimp_splashpng.1.19" src="images/gimp_splashpng.1.19.png" width="128" height="128" /></a>
 
-<a href="images/gimp-splash-1.6.png" title="GIMP 2.2 Author: Bill Luhtala"><img alt="#"  
id="gimp-splash-1.6" src="images/gimp-splash-1.6.png" width="128" height="128" /></a>
+<a href="images/gimp-splash-1.6.png" title="GIMP 2.2 - Author: Bill Luhtala"><img alt="#"  
id="gimp-splash-1.6" src="images/gimp-splash-1.6.png" width="128" height="128" /></a>
 
-<a href="images/gimp-splash-2.4.png" title="GIMP 2.4 Author: Paul Davey"><img alt="#"  id="gimp-splash-2.4" 
src="images/gimp-splash-2.4.png" width="128" height="128" /></a>
+<a href="images/gimp-splash-2.4.png" title="GIMP 2.4 - Author: Paul Davey"><img alt="#"  
id="gimp-splash-2.4" src="images/gimp-splash-2.4.png" width="128" height="128" /></a>
 
-<a href="images/gimp-splash-2.6.png" title="GIMP 2.6 Author: Alexia Death"><img alt="#"  
id="gimp-splash-2.6" src="images/gimp-splash-2.6.png" width="128" height="128" /></a>
+<a href="images/gimp-splash-2.6.png" title="GIMP 2.6 - Author: Alexia Death"><img alt="#"  
id="gimp-splash-2.6" src="images/gimp-splash-2.6.png" width="128" height="128" /></a>
 
 </div>
 


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