diff plugins/redmine_bibliography/app/models/publication.rb @ 1160:4af3c83cd205 redmine-2.2-integration

Backed out changeset b619a667a8e8
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 15 Jan 2013 18:46:39 +0000
parents b619a667a8e8
children 16826c3afbba
line wrap: on
line diff
--- a/plugins/redmine_bibliography/app/models/publication.rb	Tue Jan 15 17:25:49 2013 +0000
+++ b/plugins/redmine_bibliography/app/models/publication.rb	Tue Jan 15 18:46:39 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!