remove column from table

This commit is contained in:
Jonas Duri 2019-01-28 10:31:09 +01:00
parent fb19105822
commit 2ba4d4d1b4

View File

@ -11,7 +11,6 @@
<th>Rank</th> <th>Rank</th>
<th>Movie</th> <th>Movie</th>
<th>Downloads</th> <th>Downloads</th>
<th>Grosses</th>
</tr> </tr>
</thead> </thead>
<tfoot> <tfoot>
@ -24,61 +23,51 @@
<th>1</th> <th>1</th>
<td>Fast Five</td> <td>Fast Five</td>
<td>9,260,000</td> <td>9,260,000</td>
<td>$626,137,675</td>
</tr> </tr>
<tr> <tr>
<th>2</th> <th>2</th>
<td>The Hangover II</td> <td>The Hangover II</td>
<td>8,840,000</td> <td>8,840,000</td>
<td>$581,464,305</td>
</tr> </tr>
<tr> <tr>
<th>3</th> <th>3</th>
<td>Thor</td> <td>Thor</td>
<td>8,330,000</td> <td>8,330,000</td>
<td>$449,326,618</td>
</tr> </tr>
<tr> <tr>
<th>4</th> <th>4</th>
<td>Source Code</td> <td>Source Code</td>
<td>7,910,000</td> <td>7,910,000</td>
<td>$123,278,618</td>
</tr> </tr>
<tr> <tr>
<th>5</th> <th>5</th>
<td>I Am Number Four</td> <td>I Am Number Four</td>
<td>7,670,000</td> <td>7,670,000</td>
<td>$144,500,437</td>
</tr> </tr>
<tr> <tr>
<th>6</th> <th>6</th>
<td>Sucker Punch</td> <td>Sucker Punch</td>
<td>7,200,000</td> <td>7,200,000</td>
<td>$89,792,502</td>
</tr> </tr>
<tr> <tr>
<th>7</th> <th>7</th>
<td>127 Hours</td> <td>127 Hours</td>
<td>6,910,000</td> <td>6,910,000</td>
<td>$60,738,797</td>
</tr> </tr>
<tr> <tr>
<th>8</th> <th>8</th>
<td>Rango</td> <td>Rango</td>
<td>6,480,000</td> <td>6,480,000</td>
<td>$245,155,348</td>
</tr> </tr>
<tr> <tr>
<th>9</th> <th>9</th>
<td>The Kings Speech</td> <td>The Kings Speech</td>
<td>6,250,000</td> <td>6,250,000</td>
<td>$414,211,549</td>
</tr> </tr>
<tr> <tr>
<th>10</th> <th>10</th>
<td>Harry Potter and the Deathly Hallows Part 2</td> <td>Harry Potter and the Deathly Hallows Part 2</td>
<td>6,030,000</td> <td>6,030,000</td>
<td>$1,328,111,219</td>
</tr> </tr>
</tbody> </tbody>
</table> </table>