# HG changeset patch # User luisf # Date 1358275599 0 # Node ID 4af3c83cd205e335eb5f0b442b297f0aaa4210e0 # Parent b619a667a8e83219946cd91a98213bf365676404 Backed out changeset b619a667a8e8 diff -r b619a667a8e8 -r 4af3c83cd205 plugins/redmine_bibliography/app/models/publication.rb --- 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!