Fixed HTML error on getting started page
The table headings `th` weren't matching.
This commit is contained in:
parent
9327d49918
commit
157d1ef5f0
|
|
@ -313,7 +313,7 @@ translations for all template variables and labels in the following languages:
|
||||||
<table style="white-space: nowrap;">
|
<table style="white-space: nowrap;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="4">Available languages</td>
|
<th colspan="4">Available languages</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
@ -440,7 +440,7 @@ At the time of writing, the following languages are supported:
|
||||||
<table style="white-space: nowrap;">
|
<table style="white-space: nowrap;">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th colspan="4">Available language stemmers</td>
|
<th colspan="4">Available language stemmers</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue