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
 
770
 
771
               <!-- @todo Download BibTeX citation feature
771
               <!-- @todo Download BibTeX citation feature
772
 <form method="post" action="download.php">
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
               <input type="hidden" name="content" id="content"
775
               <input type="hidden" name="content" id="content"
776
-                value="<?=urlencode($bibtex)?>" />
776
+                value="< ? = urlencode($bibtex) ? >" />
777
               <button type="submit">Download BibTeX</button>
777
               <button type="submit">Download BibTeX</button>
778
               </form>
778
               </form>
779
               -->
779
               -->

Loading…
Cancel
Save