Browse Source

Fix notes for @misc items

Note was shown twice
staging
Frederik Möllers 3 weeks ago
parent
commit
5b755a7e82
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -2590,7 +2590,7 @@ function JanosBibliographyStyle($bibentry) {
} }
// some notes (e.g. "accepted for publishing")? // some notes (e.g. "accepted for publishing")?
if ($bibentry->hasField('note')) {
if (($type!="misc") && $bibentry->hasField('note')) {
$result .= " (".$bibentry->getField("note").")"; $result .= " (".$bibentry->getField("note").")";
} }

Loading…
Cancel
Save