Browse Source

Remove unnecessary div around torrents table

spaghetti 8 years ago
parent
commit
fc87556b2b
1 changed files with 1 additions and 3 deletions
  1. 1
    3
      sections/torrents/browse.php

+ 1
- 3
sections/torrents/browse.php View File

@@ -455,8 +455,7 @@ View::show_header('Browse Torrents', 'browse');
455 455
 
456 456
   <div class="linkbox"><?=$Pages?></div>
457 457
 
458
-  <div class="box">
459
-  <table class="torrent_table cats <?=$GroupResults ? 'grouping' : 'no_grouping'?>" id="torrent_table">
458
+  <table class="box torrent_table cats <?=$GroupResults ? 'grouping' : 'no_grouping'?>" id="torrent_table">
460 459
     <tr class="colhead">
461 460
   <?  if ($GroupResults) { ?>
462 461
       <td class="small"></td>
@@ -733,7 +732,6 @@ $ShowGroups = !(!empty($LoggedUser['TorrentGrouping']) && $LoggedUser['TorrentGr
733 732
 }
734 733
 ?>
735 734
 </table>
736
-</div>
737 735
 <div class="linkbox"><?=$Pages?></div>
738 736
 </div>
739 737
 <? View::show_footer(); ?>

Loading…
Cancel
Save