metanorma-iso 2.7.7 → 2.7.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -160,6 +160,13 @@ module IsoDoc
160
160
  dlist.remove
161
161
  end
162
162
 
163
+ def table1(elem)
164
+ elem.xpath(ns(".//dl[@key = 'true'][not(./name)]")).each do |dl|
165
+ dl.children.first.previous = "<name>#{@i18n.key}</name>"
166
+ end
167
+ super
168
+ end
169
+
163
170
  def toc_title(docxml)
164
171
  %w(amendment technical-corrigendum).include?(@doctype) and return
165
172
  super