Skip to content

Commit c2ea5c6

Browse files
committed
Change readme
1 parent 5d8fe54 commit c2ea5c6

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

.gitignore

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,9 @@ local.properties
6666
*.csproj
6767
.builds
6868
**/*.dotCover
69-
**/nuget package/*
7069

7170
## TODO: If you have NuGet Package Restore enabled, uncomment this
72-
packages/
71+
#packages/
7372

7473
# Visual C++ cache files
7574
ipch/

readme.textile

+14-13
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,24 @@ h2. Markup
2626

2727
<pre>
2828
<table>
29-
<thead>
30-
<tr>
31-
<th>Type</th>
32-
</tr>
33-
</thead>
34-
<tbody>
35-
<tr data-type="modal" data-content="This content will be displayed in a Bootstrap modal popup">
36-
<td>Modal</td>
37-
</tr>
38-
<tr data-type="inline" data-content="This content will be displayed in a row under this .row">
39-
<td>Inline</td>
40-
</tr>
41-
</tbody>
29+
<thead>
30+
<tr>
31+
<th>Type</th>
32+
</tr>
33+
</thead>
34+
<tbody>
35+
<tr data-type="modal" data-content="This content will be displayed in a Bootstrap modal popup">
36+
<td>Modal</td>
37+
</tr>
38+
<tr data-type="inline" data-content="This content will be displayed in a row under this .row">
39+
<td>Inline</td>
40+
</tr>
41+
</tbody>
4242
</table>
4343
</pre>
4444

4545
h2. Usage
46+
4647
<pre>
4748
<script type="text/javascript">
4849
$('table').table();

0 commit comments

Comments
 (0)