From 2aa776f44568fccdf93ee324a70b783f52ea3698 Mon Sep 17 00:00:00 2001 From: Michel Fortin Date: Thu, 28 Nov 2013 21:59:22 -0500 Subject: [PATCH] Removed notice about undefined variable. --- Michelf/Markdown.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Michelf/Markdown.php b/Michelf/Markdown.php index 4f08222..6053ec5 100644 --- a/Michelf/Markdown.php +++ b/Michelf/Markdown.php @@ -2949,7 +2949,8 @@ abstract class _MarkdownExtra_TmpImpl extends \Michelf\Markdown { $text .= "
\n"; $text .= "empty_element_suffix ."\n"; $text .= "
    \n\n"; - + + $attr = ""; if ($this->fn_backlink_class != "") { $class = $this->fn_backlink_class; $class = $this->encodeAttribute($class);