Added missing table row around heading cells

This commit is contained in:
2010-06-08 18:07:22 +01:00
parent 9881fb7cea
commit ca852d57d4

View File

@@ -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>