add missing </ul> closing tag, no functionnal change

git-svn-id: http://svn.openlayers.org/trunk/openlayers@11898 dc9f47b5-9b13-0410-9fdd-eb0c1a62fdaf
This commit is contained in:
Bruno Binet
2011-04-21 07:30:30 +00:00
parent 5476d307f8
commit 2c3a9eca5e

View File

@@ -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>