Skip to content
Snippets Groups Projects
Commit 95296b9e authored by Hakim El Hattab's avatar Hakim El Hattab
Browse files

Merge pull request #1274 from jasonkarns/patch-3

broken <table> html in demo deck
parents e1a3cf44 be91cc61
No related branches found
No related tags found
No related merge requests found
...@@ -277,17 +277,17 @@ function linkify( selector ) { ...@@ -277,17 +277,17 @@ function linkify( selector ) {
<td>Apples</td> <td>Apples</td>
<td>$1</td> <td>$1</td>
<td>7</td> <td>7</td>
<tr> </tr>
<tr> <tr>
<td>Lemonade</td> <td>Lemonade</td>
<td>$2</td> <td>$2</td>
<td>18</td> <td>18</td>
<tr> </tr>
<tr> <tr>
<td>Bread</td> <td>Bread</td>
<td>$3</td> <td>$3</td>
<td>2</td> <td>2</td>
<tr> </tr>
</tbody> </tbody>
</table> </table>
</section> </section>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment