1
0
mirror of https://github.com/DataTables/DataTables.git synced 2024-12-01 13:24:10 +01:00

Fix example: JS array data source had invalid HTML

This commit is contained in:
Allan Jardine 2014-05-15 10:06:43 +01:00
parent d907cc6ceb
commit 6d10993421
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
2503461a43a643bd0faf46d2fd78aa482a87c110
b0a468227ae0816587b2152e98866fdee9d0e5a4

View File

@ -116,7 +116,8 @@ $(document).ready(function() {
shows the element being added by Javascript and then initialising the DataTable with a set of data from
a Javascript array.</p>
</div>
<div id="demo">
<div id="demo"></div>
<ul class="tabs">
<li class="active">Javascript</li>