Method: IsoDoc::PresentationXMLConvert#ol_label
- Defined in:
- lib/isodoc/presentation_function/block.rb
#ol_label(elem) ⇒ Object
197 198 199 |
# File 'lib/isodoc/presentation_function/block.rb', line 197 def ol_label(elem) elem["label"] = @xrefs.anchor(elem["id"], :label, false) end |