Browse Source

minor

hg/35a367e65a464cf6cdf277c73f977a6828b723fe/bookmarks/master
Martin Monperrus 15 years ago
parent
commit
71851d9eb7
  1. 2
      bibtexbrowser.php

2
bibtexbrowser.php

@ -1293,7 +1293,7 @@ function bib2html(&$bibentry) {
/**bibtexbrowser uses this function which encapsulates the user-defined sections*/
function _DefaultBibliographySections() {
$function = BIBLIOGRAPHYSECTIONS;
return $function($bibentry);
return $function();
}
/** the default sections */

Loading…
Cancel
Save