Browse Source

Minor torrent formatting fixes

pjc 5 years ago
parent
commit
cb87e08c13
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      classes/torrents.class.php

+ 3
- 1
classes/torrents.class.php View File

@@ -673,11 +673,13 @@ class Torrents {
673 673
       }
674 674
     }
675 675
     if (!empty($Data['Archive'])) {
676
-      $Info[] = 'Archived ('.$Data['Archive'].')';
676
+      $Info[] = $Data['Archive'];
677 677
     }
678
+    /*
678 679
     if (isset($Data['Censored']) && !$Data['Censored']) {
679 680
       $Info[] = $HTMLy ? Format::torrent_label('Uncensored') : 'Uncensored';
680 681
     }
682
+    */
681 683
     if ($Data['IsLeeching']) {
682 684
       $Info[] = $HTMLy ? Format::torrent_label('Leeching') : 'Leeching';
683 685
     } else if ($Data['IsSeeding']) {

Loading…
Cancel
Save