mirror of
https://github.com/hakimel/reveal.js.git
synced 2025-08-06 22:57:21 +02:00
Merge pull request #1274 from jasonkarns/patch-3
broken <table> html in demo deck
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user