BioTorrents.de’s version of Gazelle
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

details.php 365B

1234567891011
  1. <div class="spoilerContainer hideContainer">
  2. <!--
  3. This must be one line or the "Show/Hide MediaInfo" button fails
  4. PHP CS Fixer breaks lines between the tags
  5. -->
  6. <input type="button" class="spoilerButton" value="Show MediaInfo" /><blockquote class="spoiler hidden">
  7. <?php
  8. echo Text::full_format($MediaInfo);
  9. ?>
  10. </blockquote>
  11. </div>