lib/isodoc/gb/gbhtmlconvert.rb in metanorma-gb-1.0.2 vs lib/isodoc/gb/gbhtmlconvert.rb in metanorma-gb-1.0.3
- old
+ new
@@ -79,8 +79,12 @@
else
YAML.load_file(File.join(File.dirname(__FILE__), "i18n-zh-Hans.yaml"))
end
@labels = @labels.merge(y)
end
+
+ def omit_docid_prefix(prefix)
+ super || prefix == "Chinese Standard"
+ end
end
end
end