Skip to content

Commit 08e04b6

Browse files
committed
https://github.com/metanorma/isodoc/issues/617
1 parent 9762847 commit 08e04b6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/isodoc/jis/presentation_xml_convert.rb

+3-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,9 @@ def strip_para(node)
9797
def table1(node)
9898
super
9999
cols = table_cols_count(node)
100-
name = node.at(ns("./fmt-name"))
101-
thead = table_thead_pt(node, name)
100+
ins = node.at(ns("./fmt-xref-label")) ||
101+
node.at(ns("./fmt-name"))
102+
thead = table_thead_pt(node, ins)
102103
table_unit_note(node, thead, cols)
103104
end
104105

0 commit comments

Comments
 (0)