fix whitespace
This commit is contained in:
@@ -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>
|
||||
`,
|
||||
}),
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user