Merge pull request #1274 from jasonkarns/patch-3

broken <table> html in demo deck
This commit is contained in:
Hakim El Hattab 2015-06-25 09:50:36 +02:00
commit 95296b9ea4
1 changed files with 3 additions and 3 deletions

View File

@ -277,17 +277,17 @@ function linkify( selector ) {
<td>Apples</td>
<td>$1</td>
<td>7</td>
<tr>
</tr>
<tr>
<td>Lemonade</td>
<td>$2</td>
<td>18</td>
<tr>
</tr>
<tr>
<td>Bread</td>
<td>$3</td>
<td>2</td>
<tr>
</tr>
</tbody>
</table>
</section>