lib/metanorma/default/isodoc.rb in mn-requirements-0.1.8 vs lib/metanorma/default/isodoc.rb in mn-requirements-0.1.9
- old
+ new
@@ -74,11 +74,11 @@
end
def recommendation_attr_keyvalue(node, key, value)
tag = node.at(ns("./#{key}")) or return nil
value = node.at(ns("./#{value}")) or return nil
- l10n("#{Metanorma::Utils.strict_capitalize_first tag.text}: "\
- "#{value.children.to_xml}")
+ l10n("#{Metanorma::Utils.strict_capitalize_first tag.text}: " \
+ "#{value.children.to_xml}")
end
def recommendation_attributes(node, out)
ret = recommendation_attributes1(node, [])
.map { |a| "<em>#{a}</em>" }