We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45e4183 commit 823b119Copy full SHA for 823b119
lib/isodoc/iho/presentation_xml_convert.rb
@@ -133,7 +133,7 @@ def termsource1(elem)
133
while elem&.next_element&.name == "termsource"
134
elem << "; #{to_xml(elem.next_element.remove.children)}"
135
end
136
- t = elem.at("./ancestor::xmlns:term")
+ t = elem.at("./ancestor::xmlns:term") or return
137
s = l10n(" [#{to_xml(elem.remove.children).strip}]")
138
defn = t.at(ns(".//definition[last()]")) or return
139
defn.elements.last << s
lib/metanorma/iho/version.rb
@@ -1,5 +1,5 @@
1
module Metanorma
2
module Iho
3
- VERSION = "1.0.7".freeze
+ VERSION = "1.0.8".freeze
4
5
0 commit comments