class Mok::Footnote
Public Instance Methods
apply()
click to toggle source
# File lib/mok2html_element.rb, line 223 def apply %[<a href="#mok-footnote-#{@contents[1]}" id="mok-footnote-#{@contents[1]}-reverse" title="#{@contents[0].map {|c| CGI.escapeHTML(c.apply)}}" class="footnote-reverse"><sup><small>*#{@contents[1]}</small></sup></a>] end