diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 113e32a..bf5d535 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -2590,7 +2590,7 @@ function JanosBibliographyStyle($bibentry) { } // some notes (e.g. "accepted for publishing")? - if ($bibentry->hasField('note')) { + if (($type!="misc") && $bibentry->hasField('note')) { $result .= " (".$bibentry->getField("note").")"; }