Method: IsoDoc::PresentationXMLConvert#fmt_caption_label_wrap

Defined in:
lib/isodoc/presentation_function/autonum.rb

#fmt_caption_label_wrap(label) ⇒ Object



137
138
139
140
141
# File 'lib/isodoc/presentation_function/autonum.rb', line 137

def fmt_caption_label_wrap(label)
  empty_xml?(label) || %r{<span class=['"]fmt-caption-label['"]}.match?(label) or
    label = "<span class='fmt-caption-label'>#{label}</span>"
  label
end