Removed notice about undefined variable.

This commit is contained in:
Michel Fortin 2013-11-28 21:59:22 -05:00
parent 466d523895
commit 2aa776f445

View file

@ -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);