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

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

660
 }
660
 }
661
 
661
 
662
 if(!empty($GroupNameRJ)) {
662
 if(!empty($GroupNameRJ)) {
663
-  $bibtex .= "\n  title  = {".$GroupName."---$GroupNameRJ $GroupNameJP},";
663
+  $bibtex .= "\n  title  = {".$GroupName." -- $GroupNameRJ $GroupNameJP},";
664
 } else {
664
 } else {
665
   $bibtex .= "\n  title  = {".$GroupName."},";
665
   $bibtex .= "\n  title  = {".$GroupName."},";
666
 }
666
 }

Loading…
Cancel
Save