lib/isodoc/iho/xref.rb in metanorma-iho-0.1.2 vs lib/isodoc/iho/xref.rb in metanorma-iho-0.2.0
- old
+ new
@@ -4,10 +4,10 @@
module IHO
class Xref < IsoDoc::Generic::Xref
def annex_name_lbl(clause, num)
lbl = clause["obligation"] == "informative" ?
@labels["appendix"] : @labels["annex"]
- l10n("<b>#{lbl} #{num}</b>")
+ l10n("<strong>#{lbl} #{num}</strong>")
end
def annex_names(clause, num)
appendix_names(clause, num)
lbl = clause["obligation"] == "informative" ?