Skip to content

Commit 9f27453

Browse files
committed
debug single-clause annex terms generation
1 parent e431dd2 commit 9f27453

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/isodoc/iho/xref.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def annex_names(clause, num)
3434
def annex_names_recurse(clause, num)
3535
@klass.single_term_clause?(clause) and
3636
return annex_names1(clause.at(ns("./references | ./terms | ./definitions")),
37-
num.to_s, 1)
37+
nil, num.to_s, 1)
3838
i = Counter.new
3939
clause.xpath(ns("./clause | ./references | ./terms | ./definitions"))
4040
.each do |c|

lib/metanorma/iho/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Metanorma
22
module Iho
3-
VERSION = "1.0.10".freeze
3+
VERSION = "1.0.11".freeze
44
end
55
end

0 commit comments

Comments
 (0)