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

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

@@ -662,9 +662,9 @@ $bibtex = "
662 662
 $bibtex .= "
663 663
   title  = '$GroupName',
664 664
   year   = '$GroupYear',
665
-  url    = 'https://biotorrents.de/torrents.php?torrentid=$TorrentID',
665
+  url    = \href{https://biotorrents.de/torrents.php?torrentid=$TorrentID},
666 666
   note   = 'Online; accessed ".strftime('%Y-%m-%d')."',
667
-}";
667
+},";
668 668
 
669 669
 echo $bibtex;
670 670
 ?>

Loading…
Cancel
Save