Added missing table row around heading cells
This commit is contained in:
@@ -79,9 +79,11 @@
|
|||||||
<table class="audio-tracks">
|
<table class="audio-tracks">
|
||||||
<caption>Selected audio tracks</caption>
|
<caption>Selected audio tracks</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<th>Track</th>
|
<tr>
|
||||||
<th>Encoder</th>
|
<th>Track</th>
|
||||||
<th>Name</th>
|
<th>Encoder</th>
|
||||||
|
<th>Name</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
@@ -100,9 +102,11 @@
|
|||||||
<table class="subtitle-tracks">
|
<table class="subtitle-tracks">
|
||||||
<caption>Selected subtitle tracks</caption>
|
<caption>Selected subtitle tracks</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<th>Track</th>
|
<tr>
|
||||||
<th>Language</th>
|
<th>Track</th>
|
||||||
<th>Format</th>
|
<th>Language</th>
|
||||||
|
<th>Format</th>
|
||||||
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user