Browse Source

Fix BibTeX display

pjc 5 years ago
parent
commit
638f67beef
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      sections/torrents/details.php

+ 3
- 3
sections/torrents/details.php View File

@@ -779,9 +779,9 @@ $filename = "BioTorrents.de-$TorrentID";
779 779
               -->
780 780
 
781 781
               <!-- Both tags must be on the same line -->
782
-              <input type="button" class="spoilerButton" value="Show BibTeX" /><blockquote class="spoiler hidden">
783
-                <?="<pre>$bibtex</pre>"?>
784
-              </blockquote>
782
+              <input type="button" class="spoilerButton" value="Show BibTeX" /><pre class="hidden">
783
+                <?=$bibtex?>
784
+              </pre>
785 785
             </div>
786 786
             <?php
787 787
         }

Loading…
Cancel
Save