aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2015-06-25 09:50:36 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2015-06-25 09:50:36 +0200
commit95296b9ea45cf15a3bfc61ad60d0a5788db5b170 (patch)
treee71f21f2a2ed53252f40ea147ffc97b3e035e843
parente1a3cf4476b459657c06088cc79ec511550c3e0b (diff)
parentbe91cc61185f5121e55751fffe7596d092eea5d9 (diff)
downloadfreenode-live-2017-presentation-95296b9ea45cf15a3bfc61ad60d0a5788db5b170.tar
freenode-live-2017-presentation-95296b9ea45cf15a3bfc61ad60d0a5788db5b170.tar.gz
Merge pull request #1274 from jasonkarns/patch-3
broken <table> html in demo deck
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index d4adcf6..869ccb4 100644
--- a/index.html
+++ b/index.html
@@ -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>