Removed notice about undefined variable.
This commit is contained in:
parent
466d523895
commit
2aa776f445
1 changed files with 2 additions and 1 deletions
|
|
@ -2949,7 +2949,8 @@ abstract class _MarkdownExtra_TmpImpl extends \Michelf\Markdown {
|
|||
$text .= "<div class=\"footnotes\">\n";
|
||||
$text .= "<hr". $this->empty_element_suffix ."\n";
|
||||
$text .= "<ol>\n\n";
|
||||
|
||||
|
||||
$attr = "";
|
||||
if ($this->fn_backlink_class != "") {
|
||||
$class = $this->fn_backlink_class;
|
||||
$class = $this->encodeAttribute($class);
|
||||
|
|
|
|||
Loading…
Reference in a new issue