diff --git a/files/templates/formatting.html b/files/templates/formatting.html index f6954df19..de3987c8d 100644 --- a/files/templates/formatting.html +++ b/files/templates/formatting.html @@ -344,9 +344,9 @@ line breaks <table> <thead> <tr> - <td>Col 1</td> - <td>Col 2</td> - <td>Col 3</td> + <th>Col 1</th> + <th>Col 2</th> + <th>Col 3</th> </tr> </thead> <tbody> @@ -367,9 +367,9 @@ line breaks
Col 1 | -Col 2 | -Col 3 | +Col 1 | +Col 2 | +Col 3 |
---|