1
0
mirror of https://github.com/squidfunk/mkdocs-material.git synced 2024-11-24 15:40:15 +01:00

Fixed HTML error on getting started page

The table headings `th` weren't matching.
This commit is contained in:
Christian Oliff 2019-12-18 16:07:01 +09:00 committed by Martin Donath
parent 9327d49918
commit 157d1ef5f0

View File

@ -313,7 +313,7 @@ translations for all template variables and labels in the following languages:
<table style="white-space: nowrap;">
<thead>
<tr>
<th colspan="4">Available languages</td>
<th colspan="4">Available languages</th>
</tr>
</thead>
<tbody>
@ -440,7 +440,7 @@ At the time of writing, the following languages are supported:
<table style="white-space: nowrap;">
<thead>
<tr>
<th colspan="4">Available language stemmers</td>
<th colspan="4">Available language stemmers</th>
</tr>
</thead>
<tbody>