metanorma-bipm 2.6.8 → 2.6.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -6,14 +6,14 @@ require_relative "base_convert"
6
6
  module IsoDoc
7
7
  module Bipm
8
8
  class HtmlConvert < IsoDoc::Generic::HtmlConvert
9
- def doccontrol(elem, out)
10
- out.div **attr_code(class: "doccontrol") do |div|
11
- clause_parse_title(elem, div, elem.at(ns("./fmt-title")), out)
12
- elem.children.reject { |c1| c1.name == "fmt-title" }.each do |c1|
13
- parse(c1, div)
14
- end
15
- end
16
- end
9
+ #def doccontrol(elem, out)
10
+ #out.div **attr_code(class: "doccontrol") do |div|
11
+ #clause_parse_title(elem, div, elem.at(ns("./fmt-title")), out)
12
+ #elem.children.reject { |c1| c1.name == "fmt-title" }.each do |c1|
13
+ #parse(c1, div)
14
+ #end
15
+ #end
16
+ #end
17
17
 
18
18
  def counter_reset(node)
19
19
  s = node["start"]