fix whitespace

This commit is contained in:
Philipp Kühn
2018-12-08 19:32:50 +01:00
parent ec46b41308
commit 5acbe8e69d

View File

@@ -244,25 +244,25 @@
new TableRow(), new TableRow(),
], ],
content: ` content: `
<h2> <h2>
Tables Tables
</h2> </h2>
<table> <table>
<tr> <tr>
<th colspan="3" data-colwidth="100,0,0">Wide header</th> <th colspan="3" data-colwidth="100,0,0">Wide header</th>
</tr> </tr>
<tr> <tr>
<td>One</td> <td>One</td>
<td>Two</td> <td>Two</td>
<td>Three</td> <td>Three</td>
</tr> </tr>
<tr> <tr>
<td>Four</td> <td>Four</td>
<td>Five</td> <td>Five</td>
<td>Six</td> <td>Six</td>
</tr> </tr>
</table> </table>
`, `,
}), }),
} }
}, },