Method: IsoDoc::PresentationXMLConvert#expand_citeas
- Defined in:
- lib/isodoc/presentation_function/erefs.rb
#expand_citeas(text) ⇒ Object
26 27 28 29 |
# File 'lib/isodoc/presentation_function/erefs.rb', line 26 def (text) text.nil? and return text HTMLEntities.new.decode(text.gsub("&#x", "&#")) end |