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
 
455
 
456
   <div class="linkbox"><?=$Pages?></div>
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
     <tr class="colhead">
459
     <tr class="colhead">
461
   <?  if ($GroupResults) { ?>
460
   <?  if ($GroupResults) { ?>
462
       <td class="small"></td>
461
       <td class="small"></td>
733
 }
732
 }
734
 ?>
733
 ?>
735
 </table>
734
 </table>
736
-</div>
737
 <div class="linkbox"><?=$Pages?></div>
735
 <div class="linkbox"><?=$Pages?></div>
738
 </div>
736
 </div>
739
 <? View::show_footer(); ?>
737
 <? View::show_footer(); ?>

Loading…
Cancel
Save