Revision d8069342
Added by Andreas Kohlbecker over 2 years ago
modules/cdm_dataportal/classes/footnote.php | ||
---|---|---|
38 | 38 |
$enclosing_tag = $this->enclosing_tag; |
39 | 39 |
} |
40 | 40 |
|
41 |
return footnote_markup($this->key, $this->object, $enclosing_tag);
|
|
41 |
return render_footnote($this->key, $this->object, $enclosing_tag);
|
|
42 | 42 |
} |
43 | 43 |
} |
Also available in: Unified diff
ref #8543 further harmonizing footnote functions