aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJason Karns <jason.karns@gmail.com>2015-06-20 10:04:39 -0400
committerJason Karns <jason.karns@gmail.com>2015-06-20 10:04:39 -0400
commitbe91cc61185f5121e55751fffe7596d092eea5d9 (patch)
tree05b77f6983fe365f1d325b6c06e3703608a5dedc /index.html
parentf0cf1f54d04088d241acf81eef42bd878a9f02ba (diff)
downloadfreenode-live-2017-presentation-be91cc61185f5121e55751fffe7596d092eea5d9.tar
freenode-live-2017-presentation-be91cc61185f5121e55751fffe7596d092eea5d9.tar.gz
broken <table> html in demo deck
Diffstat (limited to 'index.html')
-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>