Skip to content

Commit

Permalink
refactor noko() to use string not array: metanorma/metanorma-ogc#703
Browse files Browse the repository at this point in the history
  • Loading branch information
opoudjis committed Aug 6, 2024
1 parent c7a9afc commit 53bb321
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/metanorma/iec/converter.rb
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def note(note)
xml.tc_sc_officers_note do |c|
wrap_in_para(note, c)
end
end.join("")
end
else
super
end
Expand Down
2 changes: 1 addition & 1 deletion lib/metanorma/iec/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Metanorma
module Iec
VERSION = "2.4.13".freeze
VERSION = "2.5.0".freeze
end
end

0 comments on commit 53bb321

Please sign in to comment.