Browse Source

broken <table> html in demo deck

Jason Karns 9 years ago
parent
commit
be91cc6118
1 changed files with 3 additions and 3 deletions
  1. 3 3
      index.html

+ 3 - 3
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>