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(),
],
content: `
<h2>
Tables
</h2>
<table>
<tr>
<th colspan="3" data-colwidth="100,0,0">Wide header</th>
</tr>
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
</tr>
<tr>
<td>Four</td>
<td>Five</td>
<td>Six</td>
</tr>
</table>
`,
<h2>
Tables
</h2>
<table>
<tr>
<th colspan="3" data-colwidth="100,0,0">Wide header</th>
</tr>
<tr>
<td>One</td>
<td>Two</td>
<td>Three</td>
</tr>
<tr>
<td>Four</td>
<td>Five</td>
<td>Six</td>
</tr>
</table>
`,
}),
}
},