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;"> <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>