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.
1234567891011 |
- <div class="spoilerContainer hideContainer">
- <!--
- This must be one line or the "Show/Hide MediaInfo" button fails
- PHP CS Fixer breaks lines between the tags
- -->
- <input type="button" class="spoilerButton" value="Show MediaInfo" /><blockquote class="spoiler hidden">
- <?php
- echo Text::full_format($MediaInfo);
- ?>
- </blockquote>
- </div>
|