Skip to content

Commit

Permalink
Fix inheritance of bibrenderer from local isodoc flavour base class: m…
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Mar 4, 2024
1 parent 8ca1835 commit 84148ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/isodoc/presentation_function/refs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def references_render(docxml)
prep_for_rendering(b)
m << to_xml(b)
end.join
bibrenderer.render_all("<references>#{refs}</references>",
@xrefs.klass.bibrenderer.render_all("<references>#{refs}</references>",
type: citestyle)
end

Expand Down
2 changes: 1 addition & 1 deletion lib/isodoc/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module IsoDoc
VERSION = "2.9.0".freeze
VERSION = "2.9.1".freeze
end

0 comments on commit 84148ce

Please sign in to comment.