Replace sidebar by div as the sidebar tag was dropped from the HTML5 standard

This commit is contained in:
Matthias Schiffer 2012-06-16 15:31:02 +02:00
commit 74fc158ed7
5 changed files with 7 additions and 7 deletions

View file

@ -22,7 +22,7 @@
</ul>
</header>
<div id="chart">
<sidebar>
<div id="sidebar">
<div id="legend">
<h2>Legende</h2>
<ul>
@ -66,7 +66,7 @@
</li>
</ul>
</div>
</sidebar>
</div>
</div>
<script src='force.js' type='text/javascript'></script>
</body>