[gnome3-web] do not let <div/> be self closed



commit 5cc7f56c2922f22c02622b636231689bc7e8a703
Author: Frédéric Péters <fpeters 0d be>
Date:   Wed Apr 13 10:38:15 2011 +0200

    do not let <div/> be self closed

 parties.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/parties.html b/parties.html
index 5ba0c93..ab43f04 100644
--- a/parties.html
+++ b/parties.html
@@ -208,14 +208,14 @@ function init() {
 <div class="countdown">The next generation desktop has arrived</div>
   </div><!-- grid_12 -->
 </div>
-<div style="clear:both;"></div>
+<div style="clear:both;"> </div>
 
 <div class="container_16">
 
   <div class="grid_12">
 
 
-           <div id="map" style="width: 700px; height: 450px; margin-left: auto; margin-right:auto;"></div>
+           <div id="map" style="width: 700px; height: 450px; margin-left: auto; margin-right:auto;"> </div>
 
     <noscript><b>Javascript has either been disabled or is not supported by your browser.</b> 
       The map on this website is generated using Javascript. To view the map, enable Javascript by changing your browser options, and then try again.



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