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,7 +660,7 @@ foreach ($Artists as $Num => $Artist) {
660 660
 }
661 661
 
662 662
 if(!empty($GroupNameRJ)) {
663
-  $bibtex .= "\n  title  = {".$GroupName."---$GroupNameRJ $GroupNameJP},";
663
+  $bibtex .= "\n  title  = {".$GroupName." -- $GroupNameRJ $GroupNameJP},";
664 664
 } else {
665 665
   $bibtex .= "\n  title  = {".$GroupName."},";
666 666
 }

Loading…
Cancel
Save