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">
<caption>Selected audio tracks</caption>
<thead>
<th>Track</th>
<th>Encoder</th>
<th>Name</th>
<tr>
<th>Track</th>
<th>Encoder</th>
<th>Name</th>
</tr>
</thead>
<tbody>
@@ -100,9 +102,11 @@
<table class="subtitle-tracks">
<caption>Selected subtitle tracks</caption>
<thead>
<th>Track</th>
<th>Language</th>
<th>Format</th>
<tr>
<th>Track</th>
<th>Language</th>
<th>Format</th>
</tr>
</thead>
<tbody>
@@ -153,4 +157,4 @@
});
</script>
{/literal}
{/if}
{/if}