[OpenLayers-Commits] r11898 - trunk/openlayers/examples

commits-20090109 at openlayers.org commits-20090109 at openlayers.org
Thu Apr 21 03:30:31 EDT 2011


Author: bbinet
Date: 2011-04-21 00:30:30 -0700 (Thu, 21 Apr 2011)
New Revision: 11898

Modified:
   trunk/openlayers/examples/mobile-jq.html
Log:
add missing </ul> closing tag, no functionnal change

Modified: trunk/openlayers/examples/mobile-jq.html
===================================================================
--- trunk/openlayers/examples/mobile-jq.html	2011-04-20 17:28:41 UTC (rev 11897)
+++ trunk/openlayers/examples/mobile-jq.html	2011-04-21 07:30:30 UTC (rev 11898)
@@ -58,7 +58,8 @@
             <h1>Layers</h1>
           </div>
           <div data-role="content">
-            <ul data-role="listview" data-inset="true" data-theme="d" data-dividertheme="c" id="layerslist"> 
+            <ul data-role="listview" data-inset="true" data-theme="d" data-dividertheme="c" id="layerslist">
+            </ul>
           </div>
         </div>
 



More information about the Commits mailing list