# HG changeset patch # User luisf # Date 1358270749 0 # Node ID b619a667a8e83219946cd91a98213bf365676404 # Parent 00e9a262ffe5c2c7db4aede8865df6421d9fa0c2 fixes parameters for bibtex class to_citeproc call. diff -r 00e9a262ffe5 -r b619a667a8e8 plugins/redmine_bibliography/app/models/publication.rb --- a/plugins/redmine_bibliography/app/models/publication.rb Tue Jan 15 16:08:00 2013 +0000 +++ b/plugins/redmine_bibliography/app/models/publication.rb Tue Jan 15 17:25:49 2013 +0000 @@ -81,7 +81,7 @@ end if style == :ieee - CiteProc.process bib.to_citeproc, :style => :ieee, :format => :html + CiteProc.process(bib.to_citeproc, :style => :ieee, :format => :html) else bibtex = bib.to_s :include => :meta_content bibtex.strip!