From 4d2f21f3446b9e40c1f5e7bc514baca69c233e5b Mon Sep 17 00:00:00 2001 From: Martin Monperrus Date: Fri, 16 May 2014 11:00:50 +0200 Subject: [PATCH] improves the configurability of the output through CSS classes (adds .bibcomment) --- bibtexbrowser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bibtexbrowser.php b/bibtexbrowser.php index 644845d..4048956 100755 --- a/bibtexbrowser.php +++ b/bibtexbrowser.php @@ -1828,7 +1828,7 @@ function DefaultBibliographyStyle(&$bibentry) { // some comments (e.g. acceptance rate)? if ($bibentry->hasField('comment')) { - $result .= " (".$bibentry->getField("comment").")"; + $result .= " (".$bibentry->getField("comment").")"; } if ($bibentry->hasField('note')) { $result .= " (".$bibentry->getField("note").")";