Method: IsoDoc::PresentationXMLConvert#anchor_xref_full
- Defined in:
- lib/isodoc/presentation_function/xrefs.rb
#anchor_xref_full(num, title) ⇒ Object
78 79 80 81 |
# File 'lib/isodoc/presentation_function/xrefs.rb', line 78 def anchor_xref_full(num, title) (!title.nil? && !title.empty?) or return nil l10n("#{num}<span class='fmt-comma'>,</span> #{title}") end |