pjc 5 years ago
parent
commit
4230f60616
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      sections/torrents/details.php

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

@@ -770,10 +770,10 @@ $filename = "BioTorrents.de-$TorrentID";
770 770
 
771 771
               <!-- @todo Download BibTeX citation feature
772 772
 <form method="post" action="download.php">
773
-<input type="hidden" name="file" id="file" value="<?=urlencode($filename)?>"
773
+<input type="hidden" name="file" id="file" value="< ? = urlencode($filename) ? >"
774 774
               />
775 775
               <input type="hidden" name="content" id="content"
776
-                value="<?=urlencode($bibtex)?>" />
776
+                value="< ? = urlencode($bibtex) ? >" />
777 777
               <button type="submit">Download BibTeX</button>
778 778
               </form>
779 779
               -->

Loading…
Cancel
Save