Project

General

Profile

« Previous | Next » 

Revision 38a98e54

Added by Andreas Kohlbecker about 3 years ago

ref #6866 showing unit annotations (AnnotationsAndSources supports annotations a content now)

View differences:

modules/cdm_dataportal/classes/footnote.php
45 45

  
46 46
    return render_footnote($this->key, $this->object, $enclosing_tag, $footnote_list_key);
47 47
  }
48

  
49
  /**
50
   * @return string
51
   *  The footnote text or markup
52
   */
53
  public function getContent(){
54
    return $this->object;
55
  }
48 56
}

Also available in: Unified diff